FROM: - this enables the user to select the entity from which the attributes are retrieved. eg. Student_Details, Classes WHERE: - the condition on which the data will be sorted eg. Class_id="12IPT" ORDER BY: Surname.Student_Details ASC When conducting a SQL query, the user will most often use either Relational or Logical operators, or a combination of both. These include: Relational Operators
Logical Operators AND - when both expresssions are TRUE OR - When ONE expression is TRUE NOT - Opposite expression Pre-class video - SQL Basics Pre-class video - SQL Basics + For a more comprehensive tutorial on how to create as well as retrieve data.... Online Tutorial for SQL The following website is a very useful hands-on/practical examples for ISO/Standard SQL. It contains sample databases and an ability to try out SQL statements: Hour Of Code - Learn Databases |
12 IPT > Stem 2.0 Information Systems and Databases > 4. Storage and Retrieval > 6. Tools for Data storage and retrieval > 2. Tools for database searching and retrieval >
