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

Chapter 1

8
0
0
Craig Willey
Erstellt von Craig Willey vor fast 4 Jahre
Schließen

Structured Query Language (SQL) (Section 1)

Frage 1 von 10

1

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

Wähle eine der folgenden:

  • Table

  • Column

  • Attribute

  • Relationship

Erklärung

Frage 2 von 10

1

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

Wähle eine der folgenden:

  • ID

  • Primary Key

  • Primary Column

  • Column

Erklärung

Frage 3 von 10

1

Which of the following is true of SQL?

Wähle eine der folgenden:

  • 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

Erklärung

Frage 4 von 10

1

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

Wähle eine oder mehr der folgenden:

  • PHP

  • Java

  • SQL Developer

  • SQL*Plus

Erklärung

Frage 5 von 10

1

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

Wähle eine der folgenden:

  • Query data from a given table

  • Issue privileges to users

  • Remove existing data from a database table

  • None of these

Erklärung

Frage 6 von 10

1

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

Wähle eine oder mehr der folgenden:

  • 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

Erklärung

Frage 7 von 10

1

Which one of the following is a DML statement?

Wähle eine der folgenden:

  • ADD

  • ALTER

  • UPDATE

  • MODIFY

Erklärung

Frage 8 von 10

1

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

Wähle eine oder mehr der folgenden:

  • DELETE

  • UPDATE

  • MODIFY

  • ALTER

Erklärung

Frage 9 von 10

1

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

Wähle eine der folgenden:

  • Only one report

  • Only one table

  • One or more reports

  • One or more tables

Erklärung

Frage 10 von 10

1

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

Wähle eine der folgenden:

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

Erklärung