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 uncommittable transactions? : Transact sql
What is the difference between python and sql?
What is the life of an sql statement?
What is meant by cursor in sql?
How do I sort a table in sql?
How does postgresql compare to oracle/db2/ms sql server/informix?
a table has 2 classifications 1)liabilities 2)earnings this liabitity has 2 elements with 2 input values and the earnings have 2 elements with 2 input values i wrote a query so that my input is liability savings amount1 amount2 xxxx null xxxxxx 0 xxx1 null xxxxx1 0 null yyyy 0 yyyy null yyy1 0 yyy1 my problem is --when i developed a report(d2k) with this data my o/p is liabilities,amount1,savings,amount2 xxxx xxxxxx xxx1 xxxxx1 yyyy yyyy yyy1 yyy1 how could i move this savings,savings values 2 palces up. can any body provide me witha better solution
What are the operators used in select statements?
Can ddl statements be used in pl/sql?
What is oracle pl sql developer?
What action do you have to perform before retrieving data from the next result set of a stored procedure ?
What do you mean by stored procedures?
How you can copy a file to file content and file to pl/sql table in advance pl/sql?
how to use like conditions? : Sql dba
How does cross join work in sql?