SQL AdventureWorks db 有教程/练习吗?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/2414296/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Does AdventureWorks db have tutorials / exercises?
提问by l--''''''---------''''''''''''
I downloaded and installed AdventureWorks db for sql server 2008.
我下载并安装了 AdventureWorks db for sql server 2008。
Are there any exercises or tutorials for it?
有没有相关的练习或教程?
I'd like to to practice SQL select statements
我想练习 SQL 选择语句
采纳答案by Joe Pitz
Here's a list of SQL Server Tutorials (retired)for SQL Server 2008:
以下是SQL Server 2008的 SQL Server 教程(已停用)列表:
- Management Tutorials
- Database Engine tutorials
回答by John Saunders
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/