Exam 3: An Introduction to SQL

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

In SQL, you use the NOT NULL clause in a CREATE TABLE command to indicate columns that cannot contain null values.

Free
(True/False)
4.7/5
(32)
Correct Answer:
Verified

True

The ____ command activates the default database.

Free
(Multiple Choice)
4.9/5
(37)
Correct Answer:
Verified

B

In MySQL, to delete the previous character, you need to press the ____ key(s).

Free
(Multiple Choice)
4.9/5
(30)
Correct Answer:
Verified

C

Should a user be allowed to enter null values for the primary key?

(Essay)
4.7/5
(33)

To create a new database, execute the ____________________ command.

(Short Answer)
4.8/5
(33)

If you added a row that should not be in a table, use a REMOVE command to remove it.

(True/False)
4.8/5
(40)

When you enter a new row into a table or modify an existing row, the values for one or more columns can be unknown or unavailable.

(True/False)
4.8/5
(35)

When adding rows to character columns, make sure you enclose the values in double quotation marks.

(True/False)
4.9/5
(32)

To get more information about the union command, type ____________________ at the command prompt.

(Short Answer)
4.9/5
(39)

What is the original name of SQL?

(Multiple Choice)
4.8/5
(37)

To display all the rows and columns in a table, type the word SELECT, followed by a(n)____, followed by the word FROM and then the name of the table containing the data you want to view.

(Multiple Choice)
4.8/5
(40)

To view the data in a table, you use the ____________________ command.

(Short Answer)
4.7/5
(31)

The mysql prompt displays in the ____ Client window.

(Multiple Choice)
4.7/5
(41)

____ is an example of a text editor.

(Multiple Choice)
4.8/5
(39)

You can use the ____________________ command to update a value in a table.

(Short Answer)
4.9/5
(35)

In SQL, there are special rules that specify that a particular word must begin in a particular position on the line.

(True/False)
4.8/5
(43)

Table names cannot contain spaces.

(True/False)
4.9/5
(34)

SQL was developed as the data manipulation language for IBM's prototype relational model DBMS, System R.

(True/False)
4.7/5
(37)

To create a table, type the word TABLE followed by the name of the table to be created and then by the names and data types of the columns that will comprise the table.

(True/False)
4.9/5
(45)

In MySQL, you use the ____________________ command to change the database to the one you want to use.

(Short Answer)
4.9/5
(36)
Showing 1 - 20 of 75
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)