News

When you delete data from tables using SQL DB2 in your programs, you should always use a condition in the DELETE statement, unless you want to delete all the rows from a table.
The objective of this project is to demonstrate the four fundamental data manipulation operations known as CRUD (Create, Read, Update and Delete), applied to a customer table in a SQL Server database.