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.
মোঃ আরিফুল ইসলাম
Feb 20, 2025