What are the attributes of SQL*PLUS ?
Answers were Sorted based on User's Feedback
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 |
Answer / pushkar
1. /SQL*Plus commands are used to manipulate data in tables.
2. /SQL*Plus commands manipulate table definitions in the
database.
Is This Answer Correct ? | 5 Yes | 8 No |
What is difference between stored procedures and application procedures?
What is mutating trigger?How to avoid it??
What is sql analyzer?
What is difference between db2 and sql?
What is implicit cursor in pl sql?
What is embedded sql with example?
How can I get the number of records affected by a stored procedure?
How can a function retun more than one value in oracle with proper example?
What is the starting oracle error number? What is meant by forward declaration in functions?
What is a field in a database?
If I have a table T with 4 rows & 2 columns A & B. A has values 1,2,3,4. and B has 10,20,30,40. Write an Update SQL query which can Swap the values of A & B for all records. (Do not use a sub-query)
Is microsoft sql free?