Explain the use of the WHERE clause.
Answers were Sorted based on User's Feedback
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 |
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 |
Q3. How will you fetch duplicate values from a DB2 table?
What is a buffer pool?
What does sqlcabc has?
Say CUST Table contains records like: CUSTNO CUSTNAME CUSTLOC 100 ABC SSS 200 XYZ 300 PQR 400 MNO WWW 500 CVV ------------- ------------- Now write a query to retrieve all records with CUSTLOC no data.
what is Static and dynamic linking
What is the physical storage length of the data types date, time, and timestamp?
Name the different types of Table spaces.
Mention the length of physical storage of the given data types of db2 – date, timestamp, time
why we go for SPUFI for creating tables or for sql queries?
If the cursor is kept open followed the issuing of commit, what is the procedure to leave the cursor that way?
What are the disadvantages of using VARCHAR?
What is db2 optimizer?