What are the attributes of SQL*PLUS ?

Answers were Sorted based on User's Feedback



What are the attributes of SQL*PLUS ?..

Answer / 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

What are the attributes of SQL*PLUS ?..

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

Post New Answer

More SQL PLSQL Interview Questions

Mention what is the use of function "module procedure" in pl/sql?

0 Answers  


What are string functions in sql?

0 Answers  


What are different categories of sql commands?

0 Answers  


Does view store data in sql?

0 Answers  


what is unique key constraint? : Sql dba

0 Answers  






What is the difference between syntax error and runtime error?

0 Answers  


what is pragma ?

1 Answers   Polaris,


What is the order of sql select?

0 Answers  


What is a data manipulation language?

0 Answers  


What is blind sql injection?

0 Answers  


what is Complex index. how to create it?

2 Answers  


Are there any features that are decommissioned in 11g that are not present in 11g?

0 Answers  


Categories