What is the difference between SQL and SQL Server?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between substr & instr functions?

823


src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));

1418


What is format trigger?

1824


What are the different types of record groups in oracle? Explain each of them

771


Why cursor variables are easier to use than cursors?

773


Explain what are clusters?

831


Database is hung. Old and new user connections alike hang on impact. What do you do? Your SYS SQLPLUS session IS able to connect.

1891


How to use existing values in update statements using oracle?

782


What is the dynamic sql in oracle?

804


when we are importing items in inventory, showing errors, Oracle support suggested us for running scripts & also suggested if we run scripts, iprocurement applicaation if is there it will show shared and if we go in future for iprocurement, it wont work. So kinldy suggest any functional solution.

1694


How to write a query with an inner join in oracle?

774


Explain self joins in oracle?

758


How to delete an existing row from a table in oracle?

839


What is different types of joins?

763


Can you create a synonym without having a table?

759