Multiple choice Which SQL command retrieves data from a database? GET EXTRACT SELECT VIEW Reveal answer Fill a bubble to check yourself C Correct answer Explanation SELECT is the primary SQL command for retrieving and querying data from databases. It specifies which columns to fetch and from which tables, with optional filtering and sorting.