Craig Willey
Quiz por , criado more than 1 year ago

College C192 Databases Quiz sobre C192 Advanced SQL, criado por Craig Willey em 27-06-2020.

5
0
0
Craig Willey
Criado por Craig Willey mais de 4 anos atrás
Fechar

C192 Advanced SQL

Questão 1 de 14

1

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

Selecione uma das seguintes:

  • FROM

  • WHERE

  • SELECT

  • JOIN

Explicação

Questão 2 de 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?

Selecione uma das seguintes:

  • inner

  • outer

  • nested

  • product

Explicação

Questão 3 de 14

1

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

Selecione uma das seguintes:

  • normal

  • inner

  • full outer

  • combined

Explicação

Questão 4 de 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).

Selecione uma das seguintes:

  • left inner join

  • left outer join

  • right inner join

  • right outer join

Explicação

Questão 5 de 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.

Selecione uma das seguintes:

  • left inner join

  • left outer join

  • right outer join

  • right inner join

Explicação

Questão 6 de 14

1

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

Selecione uma das seguintes:

  • AC

  • SA

  • AS

  • IN

Explicação

Questão 7 de 14

1

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

Selecione uma das seguintes:

  • PERMIT

  • ACCESS

  • GRANT

  • REVOKE

Explicação

Questão 8 de 14

1

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

Selecione uma das seguintes:

  • DROP

  • REMOVE

  • UPDATE

  • DELETE

Explicação

Questão 9 de 14

1

The privilege ____ can be granted to retrieve data.

Selecione uma das seguintes:

  • SELECT

  • UPDATE

  • RETRIEVE

  • READ

Explicação

Questão 10 de 14

1

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

Selecione uma das seguintes:

  • super

  • sibling

  • parent

  • child

Explicação

Questão 11 de 14

1

The privilege ____ can be granted to change data.

Selecione uma das seguintes:

  • WRITE

  • UPDATE

  • ALTER

  • READ AND WRITE

Explicação

Questão 12 de 14

1

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

Selecione uma das seguintes:

  • WRITE

  • UPDATE

  • ALTER

  • MODIFY

Explicação

Questão 13 de 14

1

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

Selecione uma das seguintes:

  • CREATE ROUTINE

  • CREATE SCRIPT

  • CREATE PROCEDURE

  • CREATE EXECUTABLE

Explicação

Questão 14 de 14

1

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

Selecione uma das seguintes:

  • cursor

  • trigger

  • waypoint

  • fetchpoint

Explicação