Answer Posted / ashwin
1)sql is non procedural language where you specify what to
be done instead of specifying how it should be done
2)Sql is called as "Structured Query Language" or
"Sequential Query Language" which can be used to perform DDL
or DML operations on the table.
3)Sql is declarative language.
4)user--->SQL----->RDBMS.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
what are the different type of normalization? : Sql dba
what are the drivers in mysql? : Sql dba
What is t sql in sql server?
what is collation? : Sql dba
What is the difference between sql and t sql?
Give the order of sql select?
How to test for null values?
Why truncate is faster than delete?
Why is theta join required?
What is the difference between a procedure and a function?
What is materialized view. What are different methods of refresh?
what is a table called, if it has neither cluster nor non-cluster index? What is it used for? : Sql dba
how would you write a query to select all teams that won either 2, 4, 6 or 8 games? : Sql dba
Can %notfound return null after a fetch?
what is a stored procedure? : Sql dba