Compare a subselect to a join?
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.
I have a table which has thousand of records i want to fetch only record num 100 to record num 200. Write a query that satisfies this criteria.(Cant use any keys) Anyone please reply ASAP!
17 Answers KNIT, Tech Mahindra,
What is Call attach facility? How does it work?
Give the name of some fields form sqlca.
Which transaction use a command thread ?
When is the authorization check on DB2 objects done - at BIND time or run time?
What types of tables are there in the db2 database?
What is a precompiler?
what is a collection?
Select empno, sal from emptbl where empno < 101.By this query can we fetch first 100 recs? where empno is primary key.It won't throw -811 error? if it wont,then what is use of cursor technique while fetching first 100 recs. Please need more clarification.
Compare a subselect to a join?
Why select is not preferred in embedded sql programs?