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

Chapter 1

10
0
0
Craig Willey
Creado por Craig Willey hace casi 4 años
Cerrar

Structured Query Language (SQL) (Section 1)

Pregunta 1 de 10

1

When transforming an ERD into a relational database, you often use an entity to build a database's:

Selecciona una de las siguientes respuestas posibles:

  • Table

  • Column

  • Attribute

  • Relationship

Explicación

Pregunta 2 de 10

1

The unique identifier of a row in a database table is a(n):

Selecciona una de las siguientes respuestas posibles:

  • ID

  • Primary Key

  • Primary Column

  • Column

Explicación

Pregunta 3 de 10

1

Which of the following is true of SQL?

Selecciona una de las siguientes respuestas posibles:

  • It is the most commonly used language for interacting with a database.

  • It is the only language you can use to create a database.

  • It is the only language you can use to interact with a database.

  • None of these

Explicación

Pregunta 4 de 10

1

What can you use to submit SQL statements for execution? (Choose all that apply.)

Selecciona una o más de las siguientes respuestas posibles:

  • PHP

  • Java

  • SQL Developer

  • SQL*Plus

Explicación

Pregunta 5 de 10

1

What is one of the purposes of DCL? (Choose the best answer.)

Selecciona una de las siguientes respuestas posibles:

  • Query data from a given table

  • Issue privileges to users

  • Remove existing data from a database table

  • None of these

Explicación

Pregunta 6 de 10

1

What can DDL be used for? (Choose three.)

Selecciona una o más de las siguientes respuestas posibles:

  • Add comments to a database table

  • Add columns to a database table

  • Add data to a database table

  • Add privileges for a user to a database table

Explicación

Pregunta 7 de 10

1

Which one of the following is a DML statement?

Selecciona una de las siguientes respuestas posibles:

  • ADD

  • ALTER

  • UPDATE

  • MODIFY

Explicación

Pregunta 8 de 10

1

Which of the following can be used to remove data from a table? (Choose two.)

Selecciona una o más de las siguientes respuestas posibles:

  • DELETE

  • UPDATE

  • MODIFY

  • ALTER

Explicación

Pregunta 9 de 10

1

What can a SELECT statement be used to query? (Choose the best answer.)

Selecciona una de las siguientes respuestas posibles:

  • Only one report

  • Only one table

  • One or more reports

  • One or more tables

Explicación

Pregunta 10 de 10

1

Which of the following is not a capability of the SELECT statement?

Selecciona una de las siguientes respuestas posibles:

  • It can transform queried data and display the results.

  • It can remove data from a table.

  • It can join data from multiple tables.

  • It can aggregate database data.

Explicación