the very basics of sql

A basic sql statement

select OrderID,Quantity,ProductID

from [Order Details]

where Quantity>10
order by Quantity 

Help us improve, Edit this page on GitHub
or email us at info@fireflymigration.com