What are the diffrences between SQL and MySQL?

Discussion RoomCategory: Database&SQLWhat are the diffrences between SQL and MySQL?
Nick asked 5 years ago
  1. Mysql is available free because it is open source, but SQL is not an open source.
  2. Mysql offers updateable views, but SQL offers indexed views which are more powerful.
  3. Mysql does not support XML, but SQL supports XML.
  4. Mysql not supported Auto tuning but SQL can.
  5. Mysql did not support User-defined functions, but SQL supported.
  6. Mysql support Transaction is very much limited but SQL support extensively and entirely offered.
  7. Mysql not offered Stored procedures and full joins but offered in SQL.
  8. Mysql does not support Cursor feature but is there in SQL
Scroll to Top