Your Ad Here

SQL Command

Introduction SQL


SQL is short for Structured Query Language and is a widely used database language, providing means of data manipulation (store, retrieve, update, delete) and database creation.

Almost all modern Relational Database Management Systems like MS SQL Server, Microsoft Access, MSDE, Oracle, DB2, Sybase, MySQL, Postgres and Informix use SQL as standard database language. Now a word of warning here, although all those RDBMS use SQL, they use different SQL dialects. For example MS SQL Server specific version of the SQL is called T-SQL, Oracle version of SQL is called PL/SQL, MS Access version of SQL is called JET SQL, etc.

Our SQL tutorial will teach you how to use commonly used SQL commands and you will be able to apply most of the knowledge gathered from this SQL tutorial to any of the databases above.


Here, Kindly all of you could able to learn about SQL Command :

  1. SQL SELECT
  2. SQL SELECT INTO
  3. SQL DISTINCT
  4. SQL WHERE
  5. SQL LIKE
  6. SQL INSERT INTO
  7. SQL UPDATE
  8. SQL DELETE
  9. SQL ORDER BY
  10. SQL OR & AND
  11. SQL IN
  12. SQL BETWEEN
  13. SQL Aliases
  14. SQL COUNT
  15. SQL MAX
  16. SQL MIN
  17. SQL AVG
  18. SQL SUM
  19. SQL GROUP BY
  20. SQL HAVING
  21. SQL JOIN
  22. SQL Training
  23. SQL Server
  24. SQL Hosting
  25. SQL Replication