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
Give the order of sql select?
What does count (*) mean?
Can you have a foreign key without a primary key?
How many types of index are there?
Why is the cursor important?
Which command is used to call a stored procedure?
differentiate between float and double. : Sql dba
What is structural independence and why is it important?
Show code of a cursor for loop.
What is sql profiling in oracle?
how would you enter characters as hex numbers? : Sql dba
hi,i plan to put experience on PLSQL ,can anyone suggest me for any institutes in bangalore or how to prepare for interviews
Define implicit and explicit cursors.
What are sql functions? Describe the different types of sql functions?
Can we create index on primary key?