Two Methods of retrieving SQL?
Answer Posted / rabiya basri
Answer -> SELECT statement, cursors.
| Is This Answer Correct ? | 207 Yes | 11 No |
Post New Answer View All Answers
How many sql statements are used?
What is a variable in sql?
what are the maximum number of rows that can be constructed by inserting rows directly in value list? : Transact sql
What is the difference between delete and truncate commands?
What is the difference among union, minus and intersect?
what is the difference between rownum pseudo column and row_number() function? : Sql dba
Can we write ddl statements in functions?
Which type of cursor is used to execute the dml statement?
How to add a column ‘salary’ to a table employee_details?
Why should I use postgresql?
What are the two characteristics of a primary key?
How do I copy a table in sql?
what is 'mysqld'? : Sql dba
Can a key be both primary and foreign?
How can you tell the difference between an index and a view?