What are the diifferences between the ms sql server vs mysql?
Answer / Hemendra Singh
Microsoft SQL Server and MySQL have several differences. Some of them include: Syntax variations, SQL Server being a proprietary database management system while MySQL is open-source, SQL Server supports Transact-SQL (T-SQL) as its query language while MySQL uses Structured Query Language (SQL), SQL Server offers more advanced features for business intelligence and reporting compared to MySQL.
| Is This Answer Correct ? | 0 Yes | 0 No |
What function does a database engine serve in the sql server?
Explain what are magic tables in sql server?
As a general practice, it is recommended to have dbo be the owner of all database objects however, in your database you find number of tables owned by a user other than dbo, how could you fix this?
What are the differences between clustered and non-clustered index?
Can we install sql server 2016 on windows 7?
Differentiate between mongodb vs. Sql server?
What are the restrictions applicable while creating views? : SQL Server Architecture
What is change data capture (cdc) in sql server 2008?
What is difference between inner join and full join?
What is the function of inner join?
What is acid mean in sql server?
Following are some of the question related to below mentioned query? select e1.salary from employee3 e1 where 2= ( select count(distinct(e2.salary)) from employee3 e2 where e2.salary>=e1.salary ) 1) What the query returns? 2) How it works? - Detail explanation (what the sub query does, why it is (where 2=)....etc...Please?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)