Multiple choice technology In order to fetch data from database which of the following SQL command is used? RETRIEVE SELECT RECOVER FETCH Reveal answer Fill a bubble to check yourself B Correct answer Explanation SELECT is the standard SQL command used to retrieve or fetch data from database tables. RETRIEVE and FETCH are not valid SQL commands for querying data, while RECOVER is used for database recovery operations, not data retrieval.