Type the three command families with one representative each.
Type the three command families with one representative each.
Answer
DDL: CREATE, ALTER, DROP DML: SELECT, INSERT, UPDATE, DELETE DCL: GRANT, REVOKE
DDL defines structure, DML manipulates data, DCL controls access — the classification the exam asks for on sight.