Examine this statement and output:
You execute this statement:
SELECT JSON_SEARCH(product,'one','IT') FROM fshop ;
What is the output?
You must reclaim memory used by a prepared statement named prep. Which two achieve this?
Which two are true about MySQL connectors?
The employee table includes these columns:
e_id INT, e_name VARCHAR (45), dept_id INT salart INT
You must create a stored function, getMaxSalary(), which returns the maximum salary paid for a given department id.
Which statement will create the function?
A)
B)
C)
D)
Which select statement returns true?
Examine the Test.php script which is numbered for clarity, and its output:
PHP Fatal error: Uncaught Error: call to underined function mysqli_connect () in Test.php:2
Which action will fix this error?
Examine these commands and output:
Which is true about the execution of the insert statement?
Examine this statement that execute successfully in an interactive session:
The user running this session now goes to lunch for an hour.
Now, examine these statements executed independently in separate sessions while Session 0 is still active:
How many of them will complete while Session 0 is still active?
You must write a statement that combines the first_name and last_name columns from the
employees table as "last_name, first_name."
Which two statements will do this?