Php Mysql Basics
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 11% Most missed: “Closes a non-persistent MySQL connection”
Php Mysql Basics
Time left 00:00
25 Questions

1. Returns information about the last query

2. Moves the record pointer

3. Returns the error number of the last MySQL operation

4. Returns the value of a field in a recordset

5. Returns the error description of the last MySQL operation

6. Returns the number of affected rows in the previous MySQL operation

7. Executes a query on a MySQL database (without fetching / buffering the result)

8. Returns the name of a field in a recordset

9. Returns the length of the contents of each field in a result row

10. Returns MySQL server info

11. Returns a row from a recordset as an associative array

12. Returns MySQL protocol info

13. Free result memory

14. Returns the current thread ID

15. Returns the number of fields in a recordset

16. Returns a row from a recordset as an object

17. Returns a row from a recordset as an associative array and/or a numeric array

18. Returns the current system status of the MySQL server

19. Returns MySQL host info

20. Sets the active MySQL database

21. Opens a persistent MySQL connection

22. Returns a database name from a call to mysql_list_dbs()

23. Escapes a string for use in SQL statements

24. Executes a query on a MySQL database

25. Returns the type of a field in a recordset