01. Introduction
02. Basics of SELECT statement
03. Setup for demo
04. Beginning SELECT statement
05. Demo - Select without FROM clause
06. Demo - Retrieve all the data from table
07. Demo - Order data based on a column
08. Demo - Retrieve selected columns from table
09. Demo - Retrieve selected columns and rows
10. Demo - Bringing it together
11. Demo - Retrieve empty resultset
12. Working with Arithmetic Expressions
13. Demo - Arithmetic Expressions
14. Select statement and other functions
15. Demo - Select statement and other functions
16. Demo - Select statement and string functions
17. Demo - Select statement and date functions
18. Demo - Select statement and distinct rows
19. Introducing WHERE clause
20. Select statement and Comparision Operators
21. Demo - Comparision Operators
22. Select statement and Logical Operators
23. Demo - Logical Operators
24. Select statement and WHERE clause
25. Demo - Using Between in WHERE clause
26. Demo - Using Like in WHERE clause
27. Select statement and ORDER BY clause
28. Demo - Select statement and
29. Retrieving limited rows
30. Demo - Retrieving limited rows
31. Summary in Sixty Seconds