1. From command will run and drive the data from database 2. select command will run and print the data -- 2. Use Where condition with Select select * from customers where score>500; select * from ...