Exam 7: Working With Databases and Mysql

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

A related table is also called a ____________________ table.

(Short Answer)
4.9/5
(39)

A. ____________________ database stores information in a single table.

(Short Answer)
4.8/5
(40)

Each row in a database is called a record.

(True/False)
4.9/5
(30)

The ____ keyword specifies the name of the table that needs to be modified when updating records.

(Multiple Choice)
4.7/5
(34)

Most database management systems can import each other's file formats, and they can also read directly each other's files.

(True/False)
4.8/5
(33)

____________________ are the individual categories of information stored in a record.

(Short Answer)
4.8/5
(48)

You create one-to-many relationships when you want to break information into multiple, logical sets.

(True/False)
4.8/5
(36)

Breaking tables into multiple related tables to reduce redundant and duplicate information is called ____________________.

(Short Answer)
4.8/5
(42)

MySQL is part of PHP.

(True/False)
4.9/5
(44)

To keep your database from growing too large, you should choose the smallest data type possible for each field.

(True/False)
4.9/5
(41)

A(n) _____________________ relationship exists in a relational database when one record in a primary table has many related records in a related table.

(Short Answer)
5.0/5
(39)

The ____________________ application is an open source tool written in PHP to handle the administration of MySQL databases.

(Short Answer)
4.8/5
(44)

To delete a database, you must execute the ____ DATABASE command.

(Multiple Choice)
4.8/5
(32)

An application or collection of applications used to access and manage a database is called a ______________________________.

(Short Answer)
4.7/5
(39)

To modify the structure of a table, you use the ____ TABLE statement.

(Multiple Choice)
4.9/5
(42)

SQL stands for sequential query language.

(True/False)
4.9/5
(29)

A ____________________ is the structure of a database, including its tables, fields, and relationships.

(Short Answer)
4.8/5
(41)

Primary and foreign keys are the only pieces of information in a relational database table that should be duplicated.

(True/False)
4.8/5
(40)

One-to-one relationships allow you to make the information in one of the tables confidential and accessible only by certain individuals.

(True/False)
4.8/5
(40)

When inserting a new record in a table, you must specify the keyword(s) ____ for any fields in which you do not have a value.

(Multiple Choice)
4.8/5
(29)
Showing 41 - 60 of 83
close modal

Filters

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