Regarding ORACLE

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Yogesh Sharma
    New Member
    • Mar 2008
    • 40

    #1

    Regarding ORACLE

    hey frnds, I awnt to know that I kno SQL, Are the ORACLE & SQL syntaxes are same or different??
    I know SQL,In how many days I m able to upgrade myself from SQL to ORACLE.

    PLz do REPLY.
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    SQL ?

    Are you talking of SQL server ?

    Comment

    • r035198x
      MVP
      • Sep 2006
      • 13225

      #3
      Originally posted by Yogesh Sharma
      hey frnds, I awnt to know that I kno SQL, Are the ORACLE & SQL syntaxes are same or different??
      I know SQL,In how many days I m able to upgrade myself from SQL to ORACLE.

      PLz do REPLY.
      Standard SQL can be used to connect to any database that conforms to SQL standards. However, DBMSs have their own extensions of SQL which are optimized for access to their database and have much more added functionality than standard SQL. For Oracle, the extension is PL/SQL.

      Comment

      Working...