Answer Posted / nishi
SQL*PLUS is a command line tool where as SQL and PL/SQL language interface and reporting tool. Its a command line tool that allows user to type SQL commands to be executed directly against an Oracle database.
SQL is a language used to query the relational database(DML,DCL,DDL). SQL*PLUS commands are used to format query result, Set options, Edit SQL commands and PL/SQL.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
I have a parent program and a child program. I want to write a statement in Exception Block of the parent program so that when the statement in the exception block is executed, the control goes to the next statement in the parent block bypassing the child block.How do i do that?
What is the difference between sharding and replication?
How to write date and time interval literals in oracle?
What is the difference between Delete, Truncate and Drop in Oracle?
ABOUT IDENTITY?
How do you increase the OS limitation for open files (LINUX and/or Solaris)?
How do I manually uninstall oracle client?
What do you mean by a deadlock?
What is a procedure in oracle?
How do I limit the number of oracle database connections generated by weblogic server?
How can I see all tables in oracle?
What are the restrictions on external table columns?
How to shutdown your 10g xe server from command line?
How to create a new tablespace in oracle?
What are the differences between blob and clob in oracle?