Example - Select individual fields from one table
You can also use the SQL Server SELECT statement to select individual fields from the table, as opposed to all fields from the table.
For example:
SELECT inventory_id, inventory_type, quantity FROM inventory WHERE inventory_id >= 555 AND inventory_type = 'Software' ORDER BY quantity DESC, inventory_id ASC;
Example - Select individual fields from one table
You can also use the SQL Server SELECT statement to select individual fields from the table, as opposed to all fields from the table.
For example:
SELECT inventory_id, inventory_type, quantity FROM inventory WHERE inventory_id >= 555 AND inventory_type = 'Software' ORDER BY quantity DESC, inventory_id ASC;
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 |