Results 1 to 2 of 2

Thread: learn SQL

  1. #1

    Arrow learn 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.

    Sponsor megawebserver.com

  2. #2
    Join Date
    Oct 2005
    Posts
    2,557
    That is not entirely correct. Oracle has its version of SQL. SQL is not PL/SQL, and PL/SQL is not SQL. You can invoke PL/SQL from SQL, and you can embed SQL inside of PL/SQL.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •