Question:
how can i fix this?
anonymous
2006-07-20 20:48:50 UTC
Imagine i have installed Microsoft SQL in my sytem(but really did'nt). To start a database is that all enough or is it with SQL i can only query an already existing database. can i use the SQL to both create and query?
Six answers:
Tarun, TJ
2006-07-20 21:08:33 UTC
yes u can use SQL for both..

see the links attached with this answer for details..



i hope this answer would be fulfilling
JM
2006-07-20 20:53:03 UTC
If you're referring to Microsoft's SQL 2005 Express...you can create new databases, create queries, everything you can with regular SQL server except you're not able to do some of the more advanced things such as provide redundancy and thing important for continuous availability.
Guru
2006-07-20 21:26:01 UTC
Hi,



With SQL you can creat and quarry database



see for creating database see the Explanation and Example given in the following link http://www.ss64.com/ora/database_c.html



and for quarrying there arw so many commands see the following links

1. Oracle SQL (version 9.2) http://www.ss64.com/ora/index.html

2. SQL server 2005 http://www.ss64.com/sql/index.html
moin_anjum
2006-07-20 20:56:31 UTC
With MSSQL complete installation. You can create your DB. Query an existing one too.



Hope this helps.
iammisc
2006-07-20 20:51:42 UTC
yeah.



to create a database just do:

CREATE DB ;



http://www.w3schools.com/sql
emily
2006-07-20 22:04:26 UTC
yeah, or my solution to everything, back up ur computer and do it all again lol


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...