1.

Write a query to delete all the rows from a table in DB2.

Answer»

The QUERY to DELETE all the ROWS from a table in DB2 is:

DELETE * FROM table-name


Discussion

No Comment Found