How do I import a csv file into db2?
No Answer is Posted For this Question
Be the First to Post Answer
What does this mean ? GRANT BIND,EXECUTE ON PLAN MK2 TO PUBLIC;
What is explain in db2?
When reorg is used?
How do you eliminate duplicate values in db2?
Shall i use this query to retrieve first 4 records, Select empno, sal from emptbl where empno < 5. like this can we fetch first 100 records?
if there is a table with huge number of records and if i want to extract only first 3 records from the table, what query i have to provide to retreive first 3 records
Is db2 a database?
What's The Percentage Free Space ?
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.
Define declaration generator (dclgen).
in column y record abc.v abc.s xyz.j abc.h i wan only abc columns how to retrieve thi records
What is the usage of open cursor command?