Skip to content

Instantly share code, notes, and snippets.

@lnickers2004
Created January 17, 2014 05:46
Show Gist options
  • Save lnickers2004/8468955 to your computer and use it in GitHub Desktop.
Save lnickers2004/8468955 to your computer and use it in GitHub Desktop.
SQL: Helpful CountingKs Pluralsight Course SQL statements. Implementing WebAPI ... shawn wildermuth
use countingks;
select distinct top 3 * from nutrition.food
select distinct top 3 * from Nutrition.Measure
select distinct top 3 * from CountingKs.FoodDiaries.Diary
select distinct top 3 * from CountingKs.FoodDiaries.DiaryEntry
select distinct top 3 * from CountingKs.Security.ApiUser
select distinct top 3 * from CountingKs.Security.AuthToken
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment