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 table space in db2?
What is db2 purescale?
What is the maximum length of sqlca?
Why do we use cursor?
List down the data types in the db2 database.
Is schema the same as database?
What is buffer pool?
How do I delete a column in db2?
What is the role of the data page in the db2 database?
What is the result of open cursor statement?
List down the types of triggers in the db2 database?
what is the sqlcode -501
What are the various data types available in db2?
What is the use of value function?
List out the three types of page locks that can be held.