Explanation:
Data independence is the capacity to change the database schema at one level without affecting the next higher level, minimizing impact on applications.
Explanation:
DELETE is a DML command that can be rolled back and can use WHERE; TRUNCATE is a DDL command that removes all rows and cannot be rolled back (in some DBMS) and resets auto-increment counters.
No comments yet. Be the first to start the discussion!