Your browser does not support JavaScript!
Windows. Linux. Wordpress. Joomla. GIMP. Inkscape. Repairs.
Home
About me
Tutorials
Downloads
Quiz
Portfolio
Web development
Graphic design
Repairs
Web development quizzes
Minutes
Seconds
Go to page:
<< First
< Previous
1
2
3
4
5
6
7
8
9
10
Next >
Last >>
This query retrieves the employees whose names end with h: SELECT * FROM employees WHERE name LIKE 'h%';
False
True
This query is correct: SELECT * FROM employee ON age = 25;
False
True
This query is correct: SELECT * FROM employee WHERE age = 25;
False
True
This query is correct: SELECT * FROM employee WHERE EITHER age = 25 OR age = 30;
False
True
This query is correct: SELECT * FROM employee WHERE age IN (20,21,22);
False
True
Go to page:
<< First
< Previous
1
2
3
4
5
6
7
8
9
10
Next >
Last >>