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 coalesce in sql?
How do I create an index in word?
What is pl sql commands?
Why do we use set serveroutput on?
Why do you partition data?
Can we use commit inside a trigger?
what is text? : Sql dba
How do you declare a constant?
Can we connect to postgresql using sql developer?
How does index help in query performance?
who introduced sql?
What is query execution plan in sql?
How does join work in sql?
What is string data type in sql?
What is offset in sql query?