Craig Willey
Quiz von , erstellt am more than 1 year ago

College C192 Databases Quiz am C192 Advanced SQL, erstellt von Craig Willey am 27/06/2020.

5
0
0
Craig Willey
Erstellt von Craig Willey vor mehr als 4 Jahre
Schließen

C192 Advanced SQL

Frage 1 von 14

1

You can join tables by using a condition in the ____ clause.

Wähle eine der folgenden:

  • FROM

  • WHERE

  • SELECT

  • JOIN

Erklärung

Frage 2 von 14

1

Which of the following joins compares the tables in the FROM clause and lists only those rows that satisfy the condition in the WHERE clause?

Wähle eine der folgenden:

  • inner

  • outer

  • nested

  • product

Erklärung

Frage 3 von 14

1

In a(n) ____ join, all rows from both tables are included regardless of whether they match rows from the other table.

Wähle eine der folgenden:

  • normal

  • inner

  • full outer

  • combined

Erklärung

Frage 4 von 14

1

In a ____, all rows from the table on the left (the table listed first in the query) will be included regardless of whether they match rows from the table on the right (the table listed second in the query).

Wähle eine der folgenden:

  • left inner join

  • left outer join

  • right inner join

  • right outer join

Erklärung

Frage 5 von 14

1

In a ____, all rows from the table on the right will be included regardless of whether they match rows from the table on the left.

Wähle eine der folgenden:

  • left inner join

  • left outer join

  • right outer join

  • right inner join

Erklärung

Frage 6 von 14

1

The CREATE VIEW command includes the words CREATE VIEW, followed by the name of the view, the word ____, and then a query.

Wähle eine der folgenden:

  • AC

  • SA

  • AS

  • IN

Erklärung

Frage 7 von 14

1

The main mechanism for providing access to a database is the ____ command.

Wähle eine der folgenden:

  • PERMIT

  • ACCESS

  • GRANT

  • REVOKE

Erklärung

Frage 8 von 14

1

The correct command to allow user Thompson to delete rows in the CUSTOMER table would be:
GRANT ____ ON CUSTOMER TO THOMPSON.

Wähle eine der folgenden:

  • DROP

  • REMOVE

  • UPDATE

  • DELETE

Erklärung

Frage 9 von 14

1

The privilege ____ can be granted to retrieve data.

Wähle eine der folgenden:

  • SELECT

  • UPDATE

  • RETRIEVE

  • READ

Erklärung

Frage 10 von 14

1

When you specify a foreign key, the table referenced by the foreign key is the ____.

Wähle eine der folgenden:

  • super

  • sibling

  • parent

  • child

Erklärung

Frage 11 von 14

1

The privilege ____ can be granted to change data.

Wähle eine der folgenden:

  • WRITE

  • UPDATE

  • ALTER

  • READ AND WRITE

Erklärung

Frage 12 von 14

1

The privilege ____ can be granted to change the table structure.

Wähle eine der folgenden:

  • WRITE

  • UPDATE

  • ALTER

  • MODIFY

Erklärung

Frage 13 von 14

1

To create a stored procedure in Oracle, use the ____ command.

Wähle eine der folgenden:

  • CREATE ROUTINE

  • CREATE SCRIPT

  • CREATE PROCEDURE

  • CREATE EXECUTABLE

Erklärung

Frage 14 von 14

1

A(n) ____ is a procedure that is executed automatically in response to an associated database operation.

Wähle eine der folgenden:

  • cursor

  • trigger

  • waypoint

  • fetchpoint

Erklärung