Simple Select « Select Clause « SQL / MySQL






1.Explain select command
2.Get the number, name, and date of birth of each player resident in Stratford; sort the result in alphabetical
3.Do math calculation with select
4.SELECT statement includes three select list elements
5.Select rows
6.The expression in the select list subtracts the Reserved value from the total
7.Removing duplicates and selecting only the unique combinations of values in the specified columns
8.Display the names of only those authors whose surname starts with one of the letters L through Z:
9.Determines all employees whose names contain the sequence of letters er.








10.Use a wildcard (*) to return all the fields
11.Using mysql as a Calculator
12.Identifying What Values to Display
13.Using the aliases p1 and p2 to refer to the book table different ways