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
Gostou deste artigo? Deixe um comentário ou assine nosso Feed.
Artigos Relacionados
- Four Basic SQL Statements - SQL Operations
- COMMON SQL PROBLEMS
- Ordering in SQL
- How to Read Statistics Profile in SQL
- C++ Programming (Part 1)
- Better Performance - LEFT JOIN or NOT IN?
- SQL SERVER Database Coding Standards and Guidelines Complete List Download
- Delete Duplicate Records - Rows - Readers Contribution
Subscribe to:
Post Comments (Atom)
seja o primeiro a comentar!