Database MCQS - QUESTION DETAILS

Which SQL statement is used to create a new table in a database?
A. CREATE TABLE
B. NEW TABLE
C. ADD TABLE
D. INSERT TABLE

'CREATE TABLE' is used to create a new table in a database.

Similar Questions

In Oracle, what is the purpose of the GROUP BY clause?






Which Oracle statement is used to grant specific privileges to a user?






Which Oracle function is used to find the current user?






In MySQL, what is the purpose of the DESC keyword in an ORDER BY clause?






In MySQL, what is the purpose of the FOREIGN KEY constraint?






Which MySQL statement is used to create a unique constraint on a column?






In Oracle, what is the purpose of the BETWEEN operator?






In MySQL, what is the purpose of the LOAD DATA INFILE statement?






In MySQL, which function is used to concatenate two or more strings?






What is the purpose of the SQL LEFT JOIN clause?