DML, TCL, DDL, DLC
1. Data Manipulation Language (DML): - DML is used to manipulate data in a database, including querying, inserting, updating, and deleting data. - Common DML commands include SELECT, INSERT, UPDATE, and DELETE. - It allows users to interact with and manage data in the database. - For example, the SELECT statement retrieves data from tables, INSERT inserts new records into a table, UPDATE..
2024. 5. 7.