SQL Commands, explained
➤ DDL
➤ DML
➤ DQL
➤ DCL
➤ TCL
⇩
➤ DDL
➤ DML
➤ DQL
➤ DCL
➤ TCL
⇩
⬙ List of DDL Commands
➤ CREATE
Used to create the database or its objects (like Table, Views, Stored Procedures, Index, etc.)
➤ DROP
Used to delete objects from the database.
➤ ALTER
Used to alter the structure of the database.
➤ CREATE
Used to create the database or its objects (like Table, Views, Stored Procedures, Index, etc.)
➤ DROP
Used to delete objects from the database.
➤ ALTER
Used to alter the structure of the database.
➤ TRUNCATE
Used to remove all records from a table, including all spaces allocated for the records.
➤ RENAME
Used to rename an object already existing in the database.
➤ COMMENT
Used to add comments to the data dictionary.
Used to remove all records from a table, including all spaces allocated for the records.
➤ RENAME
Used to rename an object already existing in the database.
➤ COMMENT
Used to add comments to the data dictionary.
➤ DELETE
Used to delete records from a database table.
➤ LOCK
Used to control the concurrency on a table.
➤ CALL
Used to call a PL/SQL code.
➤ EXPLAIN PLAN
To describe the access path to data.
Used to delete records from a database table.
➤ LOCK
Used to control the concurrency on a table.
➤ CALL
Used to call a PL/SQL code.
➤ EXPLAIN PLAN
To describe the access path to data.
⬙ List of TCL Commands
❍ COMMIT
Used to commit a transaction.
➤ ROLLBACK
Used to rollback a transaction in case of any error occurs.
➤ SAVEPOINT
Used to set a savepoint within a transaction.
➤ SET TRANSACTION
Used to specify characteristics for the transaction.
❍ COMMIT
Used to commit a transaction.
➤ ROLLBACK
Used to rollback a transaction in case of any error occurs.
➤ SAVEPOINT
Used to set a savepoint within a transaction.
➤ SET TRANSACTION
Used to specify characteristics for the transaction.
Hello 👋
I am a Tech Writer, Educator, and Mentor from India 🇮🇳
I am sharing
❯ Tutorials
❯ Career Tips
❯ Interview Questions
❯ Project Ideas
on
➠ Web Development
➠ Data Structures and Algo
➠ Databases
Do you find this content useful? Share your feedback 🗨️
I am a Tech Writer, Educator, and Mentor from India 🇮🇳
I am sharing
❯ Tutorials
❯ Career Tips
❯ Interview Questions
❯ Project Ideas
on
➠ Web Development
➠ Data Structures and Algo
➠ Databases
Do you find this content useful? Share your feedback 🗨️
جاري تحميل الاقتراحات...