Purge Guest Table Content in SQL

Question:

Purge Guest Table Content

The resort management wants to purge all the records from the “Guest “table.  Write an SQL statement to purge all the records from the guest table without allowing rollback activity.

Purge Guest Table Content in SQL

CODE:

truncate table Guest;

rdbms programs | rdbms programs with output | rdbms programming languages | rdbms database program

Sharing Is Caring