The basic SQL statement to create a table in a database is CREATE TABLE. What additional information is required in the statement besides CREATE TABLE?
What will be an ideal response?
One of the pieces of information that is required when creating a table is the name of the table. The table
name is supplied after the words CREATE TABLE. Following the table name is a parenthesized, comma-separated list of fields
/ columns for the table, along with their datatype and other characteristics such as being a PRIMARY KEY field.
Computer Science & Information Technology
You might also like to view...
To arrange the data in all the worksheets in identical order and location, use the consolidate by position option
Indicate whether the statement is true or false.
Computer Science & Information Technology
Which of the following should be installed to support Gigabit Ethernet within a home network?
A. 10Base2 B. 100Base2 C. 100BaseT D. 1000BaseT
Computer Science & Information Technology