adspace


How do you delete a row in a table?

Answer Posted / Umakant

In PostgreSQL, you can delete a row from a table using the DELETE FROM statement followed by the table name and optional WHERE clause to filter the rows to be deleted.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the latest version of postgresql?

959