Craig Willey
Test por , creado hace más de 1 año

College C192 Databases Test sobre C192 Advanced SQL, creado por Craig Willey el 27/06/2020.

5
0
0
Craig Willey
Creado por Craig Willey hace alrededor de 4 años
Cerrar

C192 Advanced SQL

Pregunta 1 de 14

1

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

Selecciona una de las siguientes respuestas posibles:

  • FROM

  • WHERE

  • SELECT

  • JOIN

Explicación

Pregunta 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?

Selecciona una de las siguientes respuestas posibles:

  • inner

  • outer

  • nested

  • product

Explicación

Pregunta 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.

Selecciona una de las siguientes respuestas posibles:

  • normal

  • inner

  • full outer

  • combined

Explicación

Pregunta 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).

Selecciona una de las siguientes respuestas posibles:

  • left inner join

  • left outer join

  • right inner join

  • right outer join

Explicación

Pregunta 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.

Selecciona una de las siguientes respuestas posibles:

  • left inner join

  • left outer join

  • right outer join

  • right inner join

Explicación

Pregunta 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.

Selecciona una de las siguientes respuestas posibles:

  • AC

  • SA

  • AS

  • IN

Explicación

Pregunta 7 de 14

1

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

Selecciona una de las siguientes respuestas posibles:

  • PERMIT

  • ACCESS

  • GRANT

  • REVOKE

Explicación

Pregunta 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.

Selecciona una de las siguientes respuestas posibles:

  • DROP

  • REMOVE

  • UPDATE

  • DELETE

Explicación

Pregunta 9 de 14

1

The privilege ____ can be granted to retrieve data.

Selecciona una de las siguientes respuestas posibles:

  • SELECT

  • UPDATE

  • RETRIEVE

  • READ

Explicación

Pregunta 10 de 14

1

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

Selecciona una de las siguientes respuestas posibles:

  • super

  • sibling

  • parent

  • child

Explicación

Pregunta 11 de 14

1

The privilege ____ can be granted to change data.

Selecciona una de las siguientes respuestas posibles:

  • WRITE

  • UPDATE

  • ALTER

  • READ AND WRITE

Explicación

Pregunta 12 de 14

1

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

Selecciona una de las siguientes respuestas posibles:

  • WRITE

  • UPDATE

  • ALTER

  • MODIFY

Explicación

Pregunta 13 de 14

1

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

Selecciona una de las siguientes respuestas posibles:

  • CREATE ROUTINE

  • CREATE SCRIPT

  • CREATE PROCEDURE

  • CREATE EXECUTABLE

Explicación

Pregunta 14 de 14

1

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

Selecciona una de las siguientes respuestas posibles:

  • cursor

  • trigger

  • waypoint

  • fetchpoint

Explicación