Why we are using the sql language?. What is the purpose of
using this?
Answer Posted / v.krishnakumar
Sql is the synopsis of structural query language, its main
purpose is storing , retriveing and manipulating our data
base.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is TDS(Tabular Data Stream) Gateway?
What is use of except clause? How it differs from not in clause?
How to enable/disable indexes?
What is 'write-ahead log' in sql server 2000 ?
What do you understand by a view?
1.what is the diff between nolock optimizer and read uncommitted isolation? 2.what is the diff between revoke and deny? 3.what is percieved down time? 4.whether password protection are required for backups?if yes why?if no why? 5.what is fill factor? 6.what is cost analysis? 7.what is mean by piece meal restore? 8.what is 'rowguidcol'? 9.impersonate permission? 10.what is selectivity?
Can foreign key be deleted?
How to include text values in sql statements?
How to get nth highest salary from employee table.
How to replace null values in expressions using isnull()?
What are the database roles? : sql server security
How you would rewrite the sql query to return the customerid sorted numerically?
How to remove duplicate rows from table?
What is the difference between composite index and covering index?
What is apply operator in sql?