Quiz#6: Chapters 3 & 4 PHP – MySQL
Download file with the answers
Quiz#6: Chapters 3 & 4 PHP - MySQL
1 file(s) 66.58 KB
Not a member!
Create a FREE account here to get access and download this file with answers
Review Test Submission: Quiz#6: “Chapters 3 & 4”
Course Php (server Web Development)
• Question 1
10 out of 10 points
The query language used to communicate with a MySQL database is
• Question 2
10 out of 10 points
When creating a database table, the column definition how_many VARCHAR(30) indicates that this field must contain a minimum of 30 characters.
• Question 3
10 out of 10 points
In a RDBMS, data is stored in tables, and tables are stored in databases.
• Question 4
10 out of 10 points
The R in RDBMS stands for
• Question 5
10 out of 10 points
The _______ SQL statement allows you to request columns of data from a table.
• Question 6
10 out of 10 points
The PHP function used to connect to a database is
• Question 7
10 out of 10 points
The ‘i’ in mysqli stands for
• Question 8
10 out of 10 points
The negation (or NOT) operator is
• Question 9
10 out of 10 points
This built-in PHP function tests to see if a variable exists
• Question 10
10 out of 10 points
This SQL statement keyword orders the results of a query based on a certain column of data.
• Question 11
10 out of 10 points
This PHP statement is used to insert code from another script.
• Question 12
10 out of 10 points
The SQL statement used to describe the layout of a table is
• Question 13
10 out of 10 points
To populate a table with data, add the necessary rows using the _______ command.
• Question 14
10 out of 10 points
When defining UPDATE or SELECT statements, the ______ expression allows you to select columns based on logical conditions.
• Question 15
10 out of 10 points
A database table must contain at least one column.
Leave a reply