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 is the left table in sql?
What is the difference between left join and right join?
Do triggers have restrictions on the usage of large datatypes, such as long and long raw?
Can I call a procedure inside a function?
Does sqlite need a server?
What is primary key and unique key?
What is the source code of a program?
What is db journal file?
What is the difference between row level and statement level trigger?
What is primary key secondary key alternate key candidate key?
Can we create view in stored procedure?
What is case function?
explain primary keys and auto increment fields in mysql : sql dba
What is the difference between the conventional and direct path loads? : aql loader
Is sql a scripting language?