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
How are functions and procedures called in PL/SQL?
What is not null in sql?
How do you remove duplicates without using distinct in sql?
What is a schema? How is it useful in sql servers?
What is the purpose of normalization?
Can we write ddl statements in functions?
What are the types of join in sql?
How do you declare a variable in pl sql?
explain advantages of innodb over myisam. : Sql dba
What is pl/sql language case sensitive?
what is a composite key ? : Sql dba
what are rollup and cube in t-sql? : Transact sql
What is meaning of <> in sql?
What is aggregate function in sql?
What's the difference between a primary key and a clustered index?