Showing posts with label Database Operations. Show all posts
Showing posts with label Database Operations. Show all posts

Wednesday, October 27, 2010

Database Operations

There are four commands that may be executed against database tables:

* SELECT
* INSERT
* DELETE
* UPDATE


Commands are executed using Structured Query Language (SQL).