Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Oracle Exam 1Z0-071 Topic 8 Question 109 Discussion

Actual exam question for Oracle's 1Z0-071 exam
Question #: 109
Topic #: 8
[All 1Z0-071 Questions]

Which three are true about the CREATE TABLE command?

Show Suggested Answer Hide Answer
Suggested Answer: C, D

SQL (Structured Query Language) is a domain-specific language used in programming and designed for managing data held in a relational database management system.

A . False. SQL does not have graphical capabilities; it is a textual language for database interaction.

B . False. SQL supports variable definition, but it is not a core feature of the language. Variables are more commonly defined in procedural extensions to SQL, such as PL/SQL in Oracle.

C . True. SQL provides database transaction control through statements like COMMIT, ROLLBACK, and SAVEPOINT.

D . True. SQL is designed for processing sets of data, allowing for operations such as selection, projection, and joins on sets of rows.

E . False. SQL does not provide capabilities to update data in external files. It operates on data within the database.


Oracle Documentation on SQL Language: https://docs.oracle.com/database/121/SQLRF/toc.htm

Contribute your Thoughts:

Angella
6 days ago
I think B and E are true.
upvoted 0 times
...

Save Cancel