Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Databases

I want to practice SQL in offline, How to get Database Excercise files for downloading ?

I want to practice SQL in offline,For Beginner SQL - How to get Database Excercise files for downloading ?

1 Answer

Ivan Hromada
Ivan Hromada
4,782 Points

Hey naga krush,

first you will need some Database server to install on your computer locally to be offline (f.e. MS SQL Server Express its free version of MS SQL Server Standard with some restrictions or others like MySQL, PostreSQL. All these are free to use). Many database systems provide sample databases with the product. For MS SQL Server it's called AdventureWorks database, you can install it with new installation of your Database server with checking some checkbox during installation. "Sample database" or "Demo database" is your keyword to search for your choice of Database server. And of course you can create your own database and tables and so on. Hope this will help you to start. Good luck with practice.