When Can you be sure that a query will return only one row?
Answer Posted / shailendra
when you will retrive the record on the basis of primary key
for the perticuler record.
as like
select * from table_name where acct_no =2345678754332
the above given answeris also right
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is dbrm library?
What is innodb buffer pool?
On which levels locks can be applied?
What is bind and rebind in db2?
What is drop table?
How do I optimize a query in db2?
What is the difference between cursor stability and repeatable read isolation levels?
Which component is responsible for processing sql statements and selecting access paths?
What is runstats db2?
Which isolation level provides highest data integrity?
Is db2 a programming language?
What is the function of logging in the db2 database?
How do I copy a table in db2?
How can you find out the # of rows updated after an update statement?
What is difference between alias and synonym in db2?