Answer Posted / neha
sql acronym is structured query language.it is a standard
language used in the development of any rdbms tool.
it is developed by E.F.CODD.
| Is This Answer Correct ? | 11 Yes | 5 No |
Post New Answer View All Answers
What are sql functions? Describe in brief different types of sql functions?
What is the maximum size of sqlite database?
What is the cause of mutating table error and how can we solve it?
What is scope and visibility in PL/SQL?
How does stored procedure reduce network traffic?
How to add a column ‘salary’ to a table employee_details?
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
If i can use sys.check_constraints to display my constraints from my database using sql server 2005, how can i display then if i am using sql server 2000????
Can we insert in view in sql?
Why are sql stored procedures used?
What is sqlerrm?
What do you mean by query optimization?
What are the different dcl commands in sql?
Why are aggregate functions called so?
What are the disadvantages of not performing database normalization?