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.

CODE:

truncate table Guest;


Tags:

rdbms programs | rdbms programs with output | rdbms programming languages | rdbms database program
Previous
Next Post »