SQL demo database

Go4Expert Member
5Oct2006,14:37   #1
neil's Avatar
Hello there,
Just now i learned a SQL server from the ebook & i grasp it good .if i want to practise some queries so wher i find a sql demo database?

Regards,
Neil
propertytalks likes this
Go4Expert Founder
5Oct2006,16:56   #2
shabbir's Avatar
You can purchase the SQL Server or try MS Desktop Engine
propertytalks likes this
Newbie Member
27Jan2011,11:51   #3
amarjit.basak's Avatar
Hi,
I want to practise SQL query online.

Please tell me the path for it.

Regards,
Amarjit
propertytalks likes this
Banned
4Feb2011,11:31   #4
propertytalks's Avatar
you can get more idea here
microsoft.com/sqlserver/2005/en/us/demos.aspx
regards

Last edited by shabbir; 4Feb2011 at 16:06.. Reason: Confine links to signatures
Banned
4Feb2011,12:16   #5
seoabhisek's Avatar
u may visit he site www.microsoft.com for your sql related queries sureluy u will find the answer.
propertytalks likes this
Newbie Member
7Feb2011,12:26   #6
amarjit.basak's Avatar
hello,

I have an query on EXISTS statement.
Suppose A command consisting of exists statement and it will start after where clause.

...Where (EXISTS (select * from training WHERE [condition])=false).....

what is the significance of this FALSE clause.
propertytalks likes this