Which statement correctly describes SQL and /SQL*Plus?

Which statement correctly describes SQL and /SQL*Plus?

Which statement correctly describes SQL and /SQL*Plus?

A.
Both SQL and /SQL*plus allow manipulation of values in the database.

B.
/SQL*Plus recognizes SQL statements and sends them to the server; SQL is the Oracle
proprietary interface for executing SQL statements.

C.
/SQL*Plus is a language for communicating with the Oracle server to access data; SQL
recognizes SQL statements and sends them to the server.

D.
SQL manipulates data and table definitions in the database; /SQL*Plus does not allow
manipulation of values in the database.



Leave a Reply 4

Your email address will not be published. Required fields are marked *


lbien

lbien

Why not B

Leandro

Leandro

Because SQL ins not an Oracle proprietary interface, you have several databases that use it.

kwck

kwck

Are you sure abaout that? Can someone give any example? How sql plus can manipulate values in database?

shivani Aggarwal

shivani Aggarwal

SQL*PLUS using SQL or statements can manipulate the data . And SQL using functions can manipulate the data.