• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

SQL statements and iSQL*Plus commands

 
Ranch Hand
Posts: 1228
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can any one tell me the difference between SQL statements and iSQL*Plus commands or any link that says about this ?
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
SQL: Its statements related to Oracle.
iSQL PLus:Commands related to SQL Plus Editor,Reporting and formating of Editor( e.g :Set linesize,set pagesize)
 
Srinivasa Raghavan
Ranch Hand
Posts: 1228
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Koteswara rao Eswar:
SQL: Its statements related to Oracle.
iSQL PLus:Commands related to SQL Plus Editor,Reporting and formating of Editor( e.g :Set linesize,set pagesize)



Oh !! thanks kote.
 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
SQL: is an programming language, you can write or implise any command to make any operation.

but

SQL*: is the environment that you can use it to write and execute commends of the SQL(Standared Query Language) in this invironment...

sorry for my language...
 
reply
    Bookmark Topic Watch Topic
  • New Topic