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
What is the difference between substr & instr functions?
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'));
What is format trigger?
What are the different types of record groups in oracle? Explain each of them
Why cursor variables are easier to use than cursors?
Explain what are clusters?
Database is hung. Old and new user connections alike hang on impact. What do you do? Your SYS SQLPLUS session IS able to connect.
How to use existing values in update statements using oracle?
What is the dynamic sql in oracle?
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.
How to write a query with an inner join in oracle?
Explain self joins in oracle?
How to delete an existing row from a table in oracle?
What is different types of joins?
Can you create a synonym without having a table?