Multiple choice SELECT fName, lName FROM users - What is fName? A Record A Table A Column A Row Reveal answer Fill a bubble to check yourself C Correct answer Explanation In a SQL SELECT statement, the items listed after 'SELECT' are the specific columns to be retrieved from the database table.