1.

Explain the difference between SQL and MySQL.

Answer»
  • Mysql is available FREE because it is open SOURCE, but SQL is not an open source.
  • Mysql offers updateable views, but SQL offers indexed views which are more powerful.
  • Mysql does not SUPPORT XML, but SQL supports XML.
  • Mysql not supported Auto tuning but SQL can.
  • Mysql did not support User-defined FUNCTIONS, but SQL supported.
  • Mysql support Transaction is very much limited but SQL support extensively and entirely OFFERED.
  • Mysql not offered Stored procedures and full joins but offered in SQL.
  • Mysql does not support Cursor feature but is there in SQL


Discussion

No Comment Found