Quiz 9

Question # 1

Q
TRUNCATE tblA;

What will be the outcome of this query?

A)

The relationships defined on this table with other tables, the integrity checks and constraints, access privileges and other grants that the table has are deleted along with the data in the table.

B)

The relationships defined on this table with other tables, the integrity checks and constraints, access privileges and other grants that the table has are not deleted and the table retains its original structure.

Level up your interview prep. Join Educative to access 70+ hands-on prep courses.