Exam 7: Working With Databases and Mysql

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

Relational databases are preferred solutions for large and complex collections of information.

(True/False)
4.9/5
(44)

Primary and foreign keys link records across multiple tables in a relational database.

(True/False)
4.8/5
(33)

Any information that can be organized into ordered collection of data can be considered a database.

(True/False)
4.9/5
(42)

When accessing databases with PHP, you must use a data manipulation language.

(True/False)
4.9/5
(37)

The ____ portion of the SELECT statement determines which fields to retrieve from a table.

(Multiple Choice)
4.9/5
(27)

You can arrange query results from a SELECT statement using the keyword(s) ____.

(Multiple Choice)
4.8/5
(43)

You use the ___ statement to retrieve records from a table.

(Multiple Choice)
4.7/5
(37)

____ reduces the size of a database and makes the data easier to work with.

(Multiple Choice)
4.7/5
(35)

For simple collections of information, flat-file databases are usually adequate.

(True/False)
4.8/5
(32)

You enter SQL commands in MySQL Monitor program at the ____________________ command prompt.

(Short Answer)
4.8/5
(41)

A ____________________ is a structured set of instructions and criteria for retrieving, adding, modifying, and deleting database information.

(Short Answer)
4.9/5
(36)

MySQL Monitor is a command-line program for manipulating MySQL databases.

(True/False)
4.8/5
(35)

The "Test" database is automatically selected when you log into MySQL.

(True/False)
4.7/5
(46)

Use the ____ statement to add multiple records from an external file to a database table.

(Multiple Choice)
4.9/5
(41)

To store text in a field, you specify a data type of ____ because the amount of storage space allocated will depend on the number of characters in the field.

(Multiple Choice)
4.9/5
(33)

When inserting records in a database table using the INSERT statement, if you omit the _____________________ list, the values you enter in the VALUES list must be in the same order in which you defined the table fields and each field in the table must have a value.

(Short Answer)
4.7/5
(37)

MySQL assigns _____________________ to specify which actions and operations a user can perform with a table or database.

(Short Answer)
4.9/5
(39)

phpMyAdmin provides a convenient method of transferring files from the development server to the production server using the _____ process.

(Multiple Choice)
4.7/5
(40)

The ____ statement is used to take away privileges from an existing user account for a specified table or database.

(Multiple Choice)
4.9/5
(33)

A(n) ____________________ is an alternate name that you can use to refer to a table or field in SQL statements.

(Short Answer)
4.9/5
(33)
Showing 61 - 80 of 83
close modal

Filters

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