What is difference between sql and sql server?



What is difference between sql and sql server?..

Answer / Varsha Saxena

SQL (Structured Query Language) is a programming language designed for managing data held in a relational database management system, while SQL Server is a specific type of software that implements the SQL language. SQL Server is a commercial Relational Database Management System (RDBMS) developed by Microsoft.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

How to create stored procedures with parameters in ms sql server?

1 Answers  


How to convert a numeric expression from one data type to another?

1 Answers  


What is Stored Procedure? What is Views in sql server? Difference between a User Defined Function and a Stored Procedure Difference between a primary key and a unique key? What is a join and explain different types of joins. Difference between temp table and table variable Difference between Triggers and Stored Procedures Difference between UNION ALL Statement and UNION What is COALESCE / Why do we use COALESCE? Why we use SET ROWCOUNT in Sql How many clustered index can have a table How many types of local tables in SQL SERVER Difference between DELETE and TRUNCATE What is Aggregate Functions? What is Row_Number()? What are Ranking Functions? What is NOLOCK? What is CTE? What are the Advantages of using CTE? What is the STUFF function and how does it differ from the REPLACE function? What are the difference between clustered and a non-clustered index? What are the different index configurations a table can have? Difference between a HAVING CLAUSE and a WHERE CLAUSE? Difference between SET and SELECT Provide all the built in string function of SQL SERVER Difference between char and varchar data types Define candidate key, alternate key, composite key. What are constraints? Explain different types of constraints. What is a self join? Explain it with an example. How will you convert table row to a column comma separated value

4 Answers   ACS,


Psudo colums

1 Answers   HP,


What is difference between equi join and inner join?

1 Answers  


What are different types of raid levels?

1 Answers  


How can I know what query is executing by by a particural user? (using sp id or any othe way.)

2 Answers  


What is difference between delete and truncate commands?

1 Answers  


What is the largest component inside a field?

1 Answers  


can an automatic recovery be initiated by a user? : Sql server administration

1 Answers  


Explain the difference between clustered and non-clustered index?

1 Answers  


What is the difference between a stored procedure and a user defined function in sql server?

2 Answers   Millennium,


Categories