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
Enlist the advantages of sql.
How do you take the union of two tables in sql?
what are the authentication modes in sql server? : Sql dba
how to create a new view in mysql? : Sql dba
What is a pdo connection?
What is secondary key?
Can a commit statement be executed as part of a trigger?
difference between anonymous blocks and sub-programs.
what is the difference between delete and truncate statement in sql? : Sql dba
Explain the difference between rename and alias?
What are the various restrictions imposed on view in terms of dml?
How many joins can you have in sql?
Explain normalization and what are the advantages of it?
what are the differences between procedure-oriented languages and object-oriented languages? : Sql dba
Why do we use view in sql?