Select is used to retrieve data
“ * “ is used to get the data of all columns
‘From tablename’ is used to retrieve from table name
‘Where’ is a clause used to check the condition
‘Is not null’ is used for checking for the condition that there is any null or not
‘ != ‘’ ’ is used to check where it is an empty string, which is given by user