12

I downloaded and installed AdventureWorks db for sql server 2008.

Are there any exercises or tutorials for it?

I'd like to to practice SQL select statements

KyleMit
  • 30,350
  • 66
  • 462
  • 664
Alex Gordon
  • 57,446
  • 287
  • 670
  • 1,062

2 Answers2

4

Here's a list of SQL Server Tutorials (retired) for SQL Server 2008:

KyleMit
  • 30,350
  • 66
  • 462
  • 664
Joe Pitz
  • 2,434
  • 3
  • 25
  • 30
-1

Read the views, stored procedures, and functions in the database. I don't believe there are any tutorials beyond that.

What's available is at http://sqlserversamples.codeplex.com/

John Saunders
  • 160,644
  • 26
  • 247
  • 397