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 the use of index in sql?
How to rename a column in the output of sql query?
How do you write a subquery?
Which join is like inner join?
What are sql procedures?
What is file based approach?
What is the unique index?
What is pl sql package?
Explain what is a subquery ?
Define concurrency control. : Transact sql
What is package in pl sql with an examples?
Are sql connections encrypted?
What is function and procedure in pl sql?
What is the difference between cross join and natural join?
How do I run a query in pl sql developer?