Traditionally write this SQL as follows using a proper INNER JOIN.
DO THIS
shows how the AND condition can be used to join multiple tables in a SELECT statement.
Our next SQL Server AND example shows how the AND condition can be used to join multiple tables in a SELECT statement.
For example:
SELECT employees.employee_id, contacts.last_name FROM employees, contacts WHERE employees.employee_id = contacts.contact_id AND employees.first_name = 'Sarah';
Though the above SQL works just fine, you would more traditionally write this SQL as follows using a proper INNER JOIN.
Traditionally write this SQL as follows using a proper INNER JOIN.
DO THIS
shows how the AND condition can be used to join multiple tables in a SELECT statement.
status | not learned | measured difficulty | 37% [default] | last interval [days] | |||
---|---|---|---|---|---|---|---|
repetition number in this series | 0 | memorised on | scheduled repetition | ||||
scheduled repetition interval | last repetition or drill |