What is the difference between SQL and SQL Server?

Answers were Sorted based on User's Feedback



What is the difference between SQL and SQL Server?..

Answer / ravi soni

"SQL" stands for "Structured Query Language". It is
acceptable by all the databases (Oracle, MS SQL Server, DB2,
Interbase etc) to retrieve / manipulate the data in database.

While SQL Server is actually a MS SQL Server (Microsoft)
database software package for Database Management.

Is This Answer Correct ?    11 Yes 2 No

What is the difference between SQL and SQL Server?..

Answer / gangadhar mahabubabad

sql is a language
sql-sever is a software (or) one of the rdbms package.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle General Interview Questions

What is DTS and purpose of DTS ?

1 Answers   TCS,


How can you use check constraints for self referential integrity?

0 Answers  


What are a cluster and non-cluster index?

0 Answers  


Explain about functional dependency and its relation with table design?

0 Answers  


what are the things that you consider while creating indexes on partitioning tables?

1 Answers  






i have procedure p1.and also i declare the same procedure in a package. whice one is efficient package procedure or procedure?

2 Answers   Microsoft,


How to use null as conditions in oracle?

0 Answers  


What are data pump export and import modes?

0 Answers  


How to delete multiple rows from a table in oracle?

0 Answers  


In oracle there is column command, how will you explain that?

0 Answers   Aricent,


Create table Employee ( Employee_Id varchar2(8) Constraint emp_id_pk primary key, FirstName varchar2(50), LastName varchar2(50), DeptID Number(5) Constraint dept_id_fk Foreign Key(DeptId) References Department(DeptId) ) Error I am getting: Constraint specification are not allowed here

2 Answers  


Can u please explain me the Discussion on Except ,using cast like type cast. Question in the context of difference between two tables

0 Answers   Microsoft,


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)