- I'm newbie and I'm confusing between SQL Server and MYSql and Sql Quries ?
- and Is the SQL Server database like access and Sql Quries is the language Sql like Select * From Table1
Printable View
- I'm newbie and I'm confusing between SQL Server and MYSql and Sql Quries ?
- and Is the SQL Server database like access and Sql Quries is the language Sql like Select * From Table1
Your Question is unclear, MSSQL and MySql are different, Microsoft created MSSQL not MySQL, these two RDBMS share common SQL Sytax, but not entirely. I think if you can Google the Difference between the two, you will find something.
Hope this Helps
Thank you.
MS SQL Server and MySQL are both RDBMSs (relational database management systems).
They are different products, MS SQL Server is, as access, a Microsoft product. MySQL is now owned by Sun.
SQL is structured query language. It's a standard that many RDBMSs support to some extent.
I hope this makes things a bit clear :)