Basic SQL Statements and Syntax
19.03.2009
Very Basic SQL Statements :
SQL is used to query the database which are almost same for SQL Server, MySQL, MS Access, and Oracle database.
Four types of basic queries :-
SELECT
INSERT
UPDATE
DELETE
ORDER BY
Different combination of parameters can be passed to a MS SQL query.
1] SELECT :-
Its one of the most common SQL statement using which data can be [...]
READ USERS COMMENTS (0)