COMPUTER SCIENCE AND ENGINEERING
SQL
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Which SQL statement is used to create a table in a database?
|
CREATE TABLE
|
|
CREATE DATABASE TAB
|
|
CREATE DB
|
|
CREATE DATABASE TABLE
|
Explanation:
Detailed explanation-1: -The CREATE TABLE statement is used to create a new table in a database.
Detailed explanation-2: -You can execute the CREATE TABLE statement in the query editor of SSMS to create a new table in SQL Server. Syntax: CREATE TABLE [database name.] [schema name.]
Detailed explanation-3: -SQL CREATE TABLE statement is used to create table in a database.
There is 1 question to complete.