Exam 7: Working With Databases and Mysql

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

If you install a local version of MySQL, by default the mysql database and the ____________________ database, which is used to ensure that the database is working correctly, are installed.

Free
(Short Answer)
4.9/5
(47)
Correct Answer:
Verified

test

To summarize data in a set of records, you use a family of functions called ____ functions.

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

A

To remove a column from an existing table, use the ___ keyword with the ALTER TABLE statement.

Free
(Multiple Choice)
4.8/5
(43)
Correct Answer:
Verified

C

You use a ____ statement to create user accounts and assign privileges.

(Multiple Choice)
4.8/5
(38)

When viewing the structure of a database table, the ____________________ column shows the value that will be inserted automatically in the field if no value is specified.

(Short Answer)
4.9/5
(32)

By default, field values in an external text file that are being inserted in a table are separated by the ____ keyboard character.

(Multiple Choice)
4.9/5
(36)

A ____________________ in a database is a single complete set of related information.

(Short Answer)
4.9/5
(33)

The ___ keyword is used with the ALTER TABLE statement to rename a table.

(Multiple Choice)
4.9/5
(30)

Using the COUNT() aggregate function, you can eliminate duplicate values by using the keyword(s) ____.

(Multiple Choice)
4.9/5
(29)

Most relational database systems cannot work directly with many-to-many relationships.

(True/False)
4.7/5
(41)

To perform a reverse sort on query results from a SELECT statement, add the ___ keyword after the name of the field by which you want to perform the sort.

(Multiple Choice)
4.8/5
(36)

You know you have successfully logged into MySQL when you see the mysql> prompt.

(True/False)
4.9/5
(32)

The MySQL built-in function, ____________________ returns the name of the currently active database.

(Short Answer)
4.8/5
(34)

A ____________________ table creates a one-to-many relationship for each of the tables in many-to-many relationships.

(Short Answer)
4.8/5
(40)

You can specify which records to return from a database by using the ____ keyword.

(Multiple Choice)
4.7/5
(39)

You must be logged in with the ____ account or have sufficient privileges to take away privileges from another user account.

(Multiple Choice)
4.9/5
(42)

A ____________________ is an ordered collection of information that a computer program can quickly access.

(Short Answer)
4.9/5
(46)

The WHERE keyword specifies the conditions that must be met for records to be returned from a query.

(True/False)
4.7/5
(30)

The INSERT keyword determines the table into which records should be inserted.

(True/False)
4.7/5
(35)

You can use the ____ statement to display how a mysql table is structured.

(Multiple Choice)
4.8/5
(38)
Showing 1 - 20 of 83
close modal

Filters

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