Oracle__16. Oracle 1Z0-051 Exam - PL _SQL Flashcards
1
Q
Do both SQL and SQL *PLUS allow manipulation of values in the database?
A
Yes
2
Q
Which of the following is a SQL *PLUS command? SELECT ALTER DESCRIBE DROP
A
DESCRIBE
3
Q
What is needed in all SQL *Plus statements but not in SQL Statements?
A
; (semicolon)
4
Q
What commands can be used to create substitution variables?
A
- DEFINE | UNDEFINE
5
Q
What PL *SQL command will list the structure of a table?
A
DESCRIBE table1
6
Q
List some SQL *Plus command that are not supported by SQL Worksheet?
A
- DESCRIBE2. APPEND3. ARCHIVE4. ATTRIBUTE5. BREAK