Mention data types used in db2 ?
What is bind in db2?
what is the total syntax for fetch ? can any one please give me all the details of fetch ? thx
How is a typical DB2 batch program executed ?
What is a DB2 plan?
What is the database descriptor?
i have an employment table whch has salary,dept,name? i want salary b/w 1000 to 5000 can anyone pls say the query for ths ?
8 Answers Cap Gemini, CGI, EDS, IBM, Satyam, Wipro,
which SQL comment successfully removes uncommitted changes from a DB2 database A) rollback B) delete C) drop D) decommit
Are views updateable?
What kind of database is db2?
Generally if I want to select the names starting with c I need to use c% But how could I code to select the data which contains % as a part of data.
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?
What is a base table?