SQL is a language "Structured Query Language".
MYSQL is a Relational Database Management System (RDMS).
NB:
If your a developer and you need to work in both MySQL and SQL Server I highly recommend moving towards using an Object Relational Mapping (ORM). This allows you to not have to concentrate so much on the syntax but on the task at hand through the use of objects. Both have a solid ORM available called Entity Framework. Read more here.http://msdn.microsoft.com/en-us/library/aa697427(VS.80).aspx
No comments:
Post a Comment