Está en la página 1de 4

1.

SQL
Commands is Mark for Review
a component (1) Points
in the SQL
Workshop of
APEX that
allows
multiple SQL
statements to
be run
simultaneously
within the
current
application
users assigned
database
schema.

True
False (*)

Incorrect. Refer to Section 6 Lesson 1.

2. An Application Program allows end users to buy and use fully developed,
ready to use programs to accomplish various tasks. Mark for Review
(1) Points

True (*)
False

Correct

3. Oracle Application Express (APEX) is a web application platform used to


develop and deploy SQL applications. Mark for Review
(1) Points

True (*)
False

Correct

4. You can use Oracle Application Express (APEX) to ...


Mark for Review
(1) Points

Learn SQL using the SQL Workshop component


Design and develop applications using the Application Builder
component
Both of these (*)
None of these.

Correct
5. NOT NULL constraints can be created at the table as well as at the column
level. Mark for Review
(1) Points

True
False (*)

Incorrect. Refer to Section 6 Lesson 3.

6.When
you Mark for Review
define a (1) Points
table,
you can
specify
that a
column
should
be
given a
default
value by
using
the
LITERAL
option.

True
False (*)

Correct

7. You use the SET UNUSED option to mark one or more columns as unused.
Mark for Review
(1) Points

True (*)
False

Correct

8. Once you have created a table, you can run the DESCRIBE command to confirm
that it was created. Mark for Review
(1) Points

True (*)
False

Correct
9. The command that removes all rows from a table, leaving the table empty and
the table structure intact is ... Mark for Review
(1) Points

TRUNCATE (*)
DELETE
Both
None

Correct

10. The UPDATE statement modifies the values of a specific row or rows if the
_______ clause is specified. Mark for Review
(1) Points

WHERE (*)
VALUE
MODIFY
SET

Correct

11.It is not
mandatory Mark for Review
to specify (1) Points
the
column list
in the
INSERT
statement.
True or
False?

True (*)
False

Correct

12. Relational Database stores data in a two-dimensional matrix known as a


table. Mark for Review
(1) Points

True (*)
False

Correct

13. The stages of SQL Processing are Parsing, Optimization, Row Source
Generation and _____________ . Mark for Review
(1) Points
Analyzing
Execution (*)
Both
None

Correct

14. A table is the basic storage structure of an RDBMS.


Mark for Review
(1) Points

True (*)
False

Correct

15. An alternate key is a column that defines how tables relate to each other.
Mark for Review
(1) Points

True
False (*)

Incorrect. Refer to Section 6 Lesson 2.

También podría gustarte