开发者

SQL: looking for translation practice

开发者 https://www.devze.com 2023-03-12 21:55 出处:网络
I have to take an T-SQL exam. I will be given a real world scenario and I will need to design a database schema (small number of tables) that will help answer some questions (writing 开发者_StackOverf

I have to take an T-SQL exam. I will be given a real world scenario and I will need to design a database schema (small number of tables) that will help answer some questions (writing 开发者_StackOverflow社区SQL statements) about that scenario.

I'm a dot net developer. Read a good book on SQL.

I'm looking a web-site in which there are many examples (with vary difficulties) of english statments and thier SQL translation. I intend to write my sql translation aside and compare it with the right one from the site.

Any other site that can help prepare for this test, would be appreciated.

Thanks!


http://books.google.com/books/about/SQL_Server_2008_Transact_SQL_Recipes_A_P.html?id=MvcLHkwnr1MC

Take a look at the queries in that book. You should find it pretty useful.


Their tutorials and explanations are great, and you can even try it online. I'm fairly comfortable with SQL after 2 years, and I still use their site whenever I needs to check syntax or something.

http://www.w3schools.com/SQl/sql_tryit.asp

But the best experience might just be to make something. I had to make a web application for my senior project, and that forced me to see what I didn't know and learn it real quick. I learned most of what I know about several languages on that project. Do you have any collections? If you collect something, try to build a database to track your collection (my senior project tracked baseball cards).


The site that answered my needs (practice rather than studying) was: http://sqlzoo.net/

0

精彩评论

暂无评论...
验证码 换一张
取 消