Exam 7: Working With Databases and Mysql
Exam 1: Getting Started With Php83 Questions
Exam 2: Functions and Control Structures83 Questions
Exam 3: Manipulating Strings83 Questions
Exam 4: Handling User Input83 Questions
Exam 5: Working With Files and Directories84 Questions
Exam 6: Manipulating Arrays83 Questions
Exam 7: Working With Databases and Mysql83 Questions
Exam 8: Manipulating Mysql Databases With Php84 Questions
Exam 9: Managing State Information83 Questions
Exam 10: Developing Object-Oriented Php79 Questions
Select questions type
A. ____________________ database stores information in a single table.
(Short Answer)
4.8/5
(40)
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)
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)
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
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)