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