PostGres > SQL Delete > Flashcards
How do you delete rows from a database table?
deletefrom “location” where “what specifically you need to delete”
How do you accidentally delete all rows from a table?
deletefrom “location”