In SQL, the CREATE command can be put under which of the following category?

In SQL, the CREATE command can be put under which of the following category? Correct Answer DDL (Data Definition Language)

In SQL, the CREATE command comes under the category of DDL (Data Definition Language) which is used to define the structure of the table. DML (Data Manipulation Language) is used to manipulate the data inside the table. DCL (Data Control Language) is used by the database administrator to configure security access to relational databases. TCL (Transaction Control Language) is used to commit or rollback the changes made by DML commands.

Related Questions

Rohan put 9 cards on a table, some face up and the rest face down. How many were put face down? A. Rohan put an even number of the cards face up. B. Rohan put twice as many of the cards face up as he put face down. Select the correct answer from the options given below:
In SQL, the DROP command can be put under which of the following category?
In SQL, the ALTER command can be put under which of the following category?
You are the administrator of a SQL Server 2000 computer. Your company uses the server to store service contract information for its customers. You are also the administrator of an Oracle relational database management system (RDBMS) server. This server is used to store your company's financial information. The financial information is updated frequently throughout the day.You need to create a series of reports that combine the service contract information and the financial information. These reports will be updated several times a day.You want to create these reports on the SQL Server computer by using the minimum amount of disk space. What should you do?