filmov
tv
MS SQL tutorial on the use of Distinct, TOP and Order By
Показать описание
This is a Microsoft SQL tutorial discussing how to limit the data being returned based on duplicate data or specific amount of rows. It covers the use of Distinct (returning unique values), TOP (returning a specific number of results) and Order by (changing the order of the results).