Interview Questions

How would you find out the total number of rows in a DB2 table?

DB2 INTERVIEW QUESTIONS


How would you find out the total number of rows in a DB2 table?

Use SELECT COUNT(*) ... in DB2 query

(Continued on next question...)

Other Interview Questions