What are the attributes of SQL*PLUS ?
Answer Posted / chandra shekhar
Dear Pushkar, SQL*PLUS commands are not used to manipulate the data in tables. Its DML commands in SQL are used to manipulate the date in the table like INSERT, UPDATE, DELETE, MERGE.
Table definition commands comes under DDL commands like CREATE, ALTER, DROP, TRUNCATE.
Some of the Attributes of SQL*PLUS commands are
1. It need not be terminated by semi colon
2. It can be abbreviated
Eg:- DESCRIBE can be written as DESC
APPEND can be written as a
RUN can be written as r
regards
j
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is pl sql block structure?
What is sharding in sql?
Why is pl sql needed?
What is the difference between clustered and non-clustered index in sql?
How can a function retun more than one value in oracle with proper example?
What is a unique constraint?
how do you know if your mysql server is alive? : Sql dba
What are inner and outer joins examples of both?
What is the use of nvl function?
What is difference between pls_integer and integer?
What are all the different normalizations?
what is the difference between rownum pseudo column and row_number() function? : Sql dba
What is substitution variable in pl sql?
how would you write a query to select all teams that won either 2, 4, 6 or 8 games? : Sql dba
Can a foreign key have a different name?