Which of the following are correct SQL select statements? I. SELECT * FROM table1 WHERE id < 100; II. SELECT name FROM table1 WHERE id >; 100 III. SELECT FROM table1 WHERE id < 100;

🎲 Try a Random Question  |  Total Questions in Quiz: 100  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Management Information Systems — practice the complete quiz, review flashcards, or try a random question.


Which of the following are correct SQL select statements? I. SELECT * FROM table1 WHERE id < 100; II. SELECT name FROM table1 WHERE id >; 100 III. SELECT FROM table1 WHERE id < 100;