Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
PHP Programming
Quiz 8: Manipulating Mysql Databases With Php
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 41
Multiple Choice
A result pointer is a special type of ____ that refers to the currently selected row in a resultset.
Question 42
Short Answer
The
mysql_connect()
function returns a ____________________ as an integer if it connects successfully to a database or a Boolean FALSE if it doesn't.
Question 43
Multiple Choice
Use the ___ function to return the number of fields in a query result.
Question 44
Multiple Choice
When a query modifies a table but does not return a result, you use the ___ function to determine how many rows/records were affected.
Question 45
Multiple Choice
The
mysql_info()
function only returns query information when you add ___ records with the INSERT keyword.
Question 46
Multiple Choice
To change records in a table, use the UPDATE keyword to specify the name of the table to update and the ___ keyword to specify the value to assign to the fields in the records that match the condition in the WHERE keyword.
Question 47
Multiple Choice
With an INSERT query, the ___ function returns the number of records added and duplicated along with the number of warnings.
Question 48
Short Answer
The mysqli (____________________) package became available with PHP 5 and is designed to work with MySQL version 4.1.3 and above.
Question 49
Short Answer
Although they perform similar functions, PEAR DB is designed specifically to work with PHP and ____________________ is a more generic protocol used by many programming languages and database management systems.