Multiple choice SELECT * FROM users What does * do? Grab the Database Grab a Single Column Grab all the Columns SELECT a Varchar Reveal answer Fill a bubble to check yourself C Correct answer Explanation The asterisk (*) is a wildcard character in SQL that instructs the database to return all columns associated with the specified table.