Craig Willey
Quiz por , criado more than 1 year ago

Chapter 1

8
0
0
Craig Willey
Criado por Craig Willey quase 4 anos atrás
Fechar

Structured Query Language (SQL) (Section 1)

Questão 1 de 10

1

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

Selecione uma das seguintes:

  • Table

  • Column

  • Attribute

  • Relationship

Explicação

Questão 2 de 10

1

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

Selecione uma das seguintes:

  • ID

  • Primary Key

  • Primary Column

  • Column

Explicação

Questão 3 de 10

1

Which of the following is true of SQL?

Selecione uma das seguintes:

  • 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

Explicação

Questão 4 de 10

1

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

Selecione uma ou mais das seguintes:

  • PHP

  • Java

  • SQL Developer

  • SQL*Plus

Explicação

Questão 5 de 10

1

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

Selecione uma das seguintes:

  • Query data from a given table

  • Issue privileges to users

  • Remove existing data from a database table

  • None of these

Explicação

Questão 6 de 10

1

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

Selecione uma ou mais das seguintes:

  • 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

Explicação

Questão 7 de 10

1

Which one of the following is a DML statement?

Selecione uma das seguintes:

  • ADD

  • ALTER

  • UPDATE

  • MODIFY

Explicação

Questão 8 de 10

1

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

Selecione uma ou mais das seguintes:

  • DELETE

  • UPDATE

  • MODIFY

  • ALTER

Explicação

Questão 9 de 10

1

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

Selecione uma das seguintes:

  • Only one report

  • Only one table

  • One or more reports

  • One or more tables

Explicação

Questão 10 de 10

1

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

Selecione uma das seguintes:

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

Explicação