====== SQL - WHERE ====== ===== Filter data from a table ===== SELECT fname, lname FROM Students WHERE rollno > 1234;