adspace
Answer Posted / Varun Yadav
Microsoft SQL Server (MS SQL) and MySQL are both relational database management systems, but they have several differences. For example, MS SQL supports transactions at the statement level by default, while MySQL supports transactions at the commit level. Additionally, MS SQL has more advanced features for data integration, reporting, and analysis, whereas MySQL is known for its simplicity and ease of use.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we use distinct and group by together?
what are the advantages of sql ? : Sql dba
what is collation? : Sql dba
What is your daily office routine?
What is the current version of postgresql?
Is primary key clustered index?
what are aggregate and scalar functions? : Sql dba
Can we rollback truncate?
What is the best sql course?
what is schema? : Sql dba
If a cursor is open, how can we find in a pl/sql block?
what are all the common sql function? : Sql dba
how to escape special characters in sql statements? : Sql dba
how to use regular expression in pattern match conditions? : Sql dba
Does group by remove duplicates?