Sunday, April 6th, 2008
Adding, Replacing, and Deleting Records
All relational databases support the same basic structured query language commands to access and update the database. Of course some of them also have custom extensions to the SQL as well. In this article I look at the basic SQL required for adding, updating, and deleting records in any relational database.
Adding, Replacing, and Deleting Records
