mysql_pconnect() is used to make a persistent connection to the database which means a SQL link that do not close when the execution of your script ends.
Which SQL function is used to count the number of rows in a SQL query?
Which of the following is not a valid aggregate function ?
The SQL statement:
SELECT ROUND (65.726, -1) FROM DUAL;
Evaluate the SQL statement:
SELECT ROUND (TRUNCATE (MOD (1600, 10), -1), 2) FROM dual;
What is the need for our query to execute successfully on an existing view?
Which function returns an array of row values?
Which function returns a reference to hash of row values?
‘fetchrow_hashref()’ returns a reference to the hash of row values keyed by what?
The maximum non zero value for FLOAT is ______________
The COUNT function in SQL returns the number of ______________