CREATE dataBaseName ←- this will create the database with name dataBaseName
USE dataBaseName ←- this will ensure all following SQL commnands are applied to dataBaseName
SELECT * FROM tableName WHERE cond ←– this will list all records of tableName where cond is the filter