Explain the use of the WHERE clause.

Answers were Sorted based on User's Feedback



Explain the use of the WHERE clause...

Answer / tharanath.n

you can restrict the rows returned from query by using the
where clause,a where clause contain a condition that must
be met, and it directly follows the from clause. if the
condition is true, the row meeting the condition is returned

Is This Answer Correct ?    1 Yes 0 No

Explain the use of the WHERE clause...

Answer / s

The WHERE clause only retrieves the rows based on the
predicate coded in the SQL.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More DB2 Interview Questions

Mention a credible reason why select* is never given preference in an sql program that has been embedded.

0 Answers  


How do you eliminate duplicate values in db2?

0 Answers  


how will you retrieve first record in table

1 Answers   UST,


what is cursor stability?

2 Answers   IBM,


Hi , I am posting some interview ques . what is the use of cursors ? what is the diff between select and cursor ? bith are used for data retrival .. rite?

2 Answers   Deloitte,






if one db2 pgm calls another db2 pgm. how many plans do we need. what r the steps involved..

4 Answers   IBM,


ther r 2 tables OTTABLE & SALTABLE, add the otamt from OTTABLE to empsal of SALTABLE if eid is matched else add the unmatched from OTTABLE to SALTABLE

0 Answers  


Why do we use cursor?

0 Answers  


What does db2 blu stand for?

0 Answers  


If the main program has only cobol statements and subprogram has the db2 statements what is the procedure for precompilation. for which program we need to do the precompilation

1 Answers   IBM,


What is a precompiler?

2 Answers  


How many sub queries can you combine together ?

4 Answers   IBM,


Categories