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

What is QUIESCE?

2 Answers  


what is the use of bind parameter, Replace?

5 Answers   IBM,


If we have 100 records in the PF, we deleted all the records then what is the Size of the PF?

2 Answers  


What is the use of db2?

0 Answers  


What's The Error Code For Unique Index Voilation?

0 Answers   IBM,






What is a cursor?

2 Answers  


the dd name for ksds is dest1 and what is the dd name for alternate index of ksds ? a.dest b.dest1 c.dest1a d.dd1

2 Answers   Logica CMG,


can any one expalin check point with an example?

1 Answers  


What is ibm db2 client?

0 Answers  


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?

2 Answers  


Is it possible to precompile if db2 goes down?

4 Answers   Target,


how to resolve -805 . how to see dbrm and package not found

2 Answers   IBM,


Categories