CONDITIONAL SELECTION

 

 

CONDITIONAL SELECTIONS AND OPERATORS

We have two clauses used in this

  • Where
  • Order by

 

USING WHERE
Syntax: select * from <table_name> where <condition>;

 

Questions