What according to you is the difference between mySQL and SQL server performance?

devquora
devquora

Posted On: Feb 22, 2018

 

FunctionsMysql ServerMySQL
DeveloperMicrosoftOracle
Licensecommercialopen source
Cloud basednono
Implemented languagesC++C & C++
XML supportyesyes
Supported programming languagec Sharp, PHP, python, JavaC++, C sharp,Java, Perl
Server side scriptingsupport transa scriptingyes
Currencyit supportsyes It supports
Transaction conceptsit supports ACIt supports ACID

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    SQL Server Interview Questions

    What are a database and a data warehouse?

    A database, in general, is a collection of information in a more organized form for better access...

    SQL Server Interview Questions

    What is normalization according to you and explain its different levels?

    In order to remove the redundant data, normalization is used. It also reduces the null values and enables the efficiency of indexing...

    SQL Server Interview Questions

    What do you understand by the denormalisation?

    Denormalization is the inverse process of normalization...