-
Recent Posts
-
February 2012 M T W T F S S « Apr 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 Archives
Tag Archives: ROLLBACK
SQL Basics : Tutorial 1
SQL Basics: Tutorial 1 SQL (Structured Query Language ) is a database language for querying, storing, manipulating data stored in relational database. Most of the RDBMS (Relational Database Management Systems) use SQL as standard database Language but use different dialects. Following databases uses SQL as standard database language [but use different dialects]. MS SQL Server Microsoft Access MSDE Oracle DB2 Sybase MySQL Postgres Informix Also SQL is not case sensitive. SQL Commands: SQL commands can be divided into 4 categories. Data … More ->