Consider the following table data and PHP code. What is the outcome?
Table data (table name "users" with primary key "Id"):
PHP code (assume the PDO connection is correctly established):
The database will return no rows
The value of $result will be an array
The value of $result will be empty
The value of $result will be 'gamma@exmple.net'.
Submit