Data Modelling in Database Design
VerifiedAdded on 2022/10/12
|8
|1351
|159
Assignment
AI Summary
The syntax for creating a table CREATE TABLE table_name ( column1 datatype, column2 datatype, column3 datatype, ); When creating tables is advisable to start with a table that doesn’t have a foreign key. Below is the syntax for inserting the data INSERT INTO table_name (column1, column2, column3, .) VALUES (value1, value2, value3, .) VALUES (value1, value2, value3, .) VALUES
Contribute Materials
Your contribution can guide someone’s learning journey. Share your
documents today.