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 ->

Tagged , , , , , , , , , , , , , , , , , , , Leave a comment