There are four basic SQL Operations or SQL Statements.
SELECT - This statement selects data from database tables.
UPDATE - This statement updates existing data into database tables.
INSERT - This statement inserts new data into database tables.
DELETE - This statement deletes existing data from database tables.
If you want complete syntax for this four basic statement, please download FAQ (PDF) from SQL SERVER - Download FAQ Sheet - SQL Server in One Page
Reference : Pinal Dave (http://www.SQLAuthority.com
Tuesday, May 27, 2008
Four Basic SQL Statements - SQL Operations
Subscribe to:
Post Comments (Atom)
seja o primeiro a comentar!