The SQL statements can be categorized as:
DATA DEFINITION LANGUAGE (DDL): is used by to define the database, data types, structures, and constraints on the data. Some of the DDL commands are:
DATA DEFINITION LANGUAGE (DDL): is used by to define the database, data types, structures, and constraints on the data. Some of the DDL commands are:
- CREATE: used to create new database object such as table.
- ALTER: used to modify the database object.
- DROP: used to delete the objects.
- INSERT: used to insert a new record in the table
- UPDATE: used to modify an existing record in the table
- DELETE: used to delete a record from a table
- GRANT:used to assign permissions to the user to access a database object.
- REVOKE:used to deny permissions to users to access the database.
No comments:
Post a Comment