Example - Using TOP PERCENT keyword
Let's look at a SQL Server example, where we use the TOP PERCENT keyword in the SELECT statement.
For example:
SELECT TOP(10) PERCENT inventory_id, inventory_type, quantity FROM inventory WHERE inventory_type = 'Software' ORDER BY inventory_id ASC;
Example - Using TOP PERCENT keyword
Let's look at a SQL Server example, where we use the TOP PERCENT keyword in the SELECT statement.
For example:
SELECT TOP(10) PERCENT inventory_id, inventory_type, quantity FROM inventory WHERE inventory_type = 'Software' ORDER BY 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 |