Deleting Data from Table¶
Let us understand how data is deleted using DELETE
statement.
Delete statement will have optional
WHERE
clause where we specify the condition to filter for rows that need to be deleted.As part of the
WHERE
clause generally we will have indexed column for performance reasons.
One need to have decent database and SQL skills to be comfortable with all types of application development. Feel free to Master SQL using Postgresql as target database using this course or playlist.