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 are the contents of dclgen?
What is copy pending status in db2?
What is role in db2?
Explain the function done by data manager?
What is the purpose of rollback and commit?
What is bind and rebind in db2?
How to access db2 tables in mainframe?
Explain various types of locks in db2?
What is dbrm? What it contains?
Suppose pgm A calling Pgm B .Pgm B has some Db2 program. at the time of compilation should plan and package will be created for both A and B or only B? What is the concept?
What is buffer pool and list some of them?
What is the difference between cursor stability and repeatable read isolation levels?
Explain about rct.
Explain about dbrm.
What is nvl in db2?