Q4. How will you get the count of record without using COUNT verb in query?
Answers were Sorted based on User's Feedback
What is the self-referencing constraint?
what's the best lock size that you could use when you create a tablespace?
can you use symbolic parameters in JOB?
Can we use select * statement in cobol program without giving field names ???
WHAT IS NULL INDICATOR ? WERE IS THIS USED? AND IF IT IS USED IN FILES CONCEPT? HOW DO WE USE IT?
Hi Team, Please tell me, If i don't declare the cursor in the program and i have given open and fetch and close, then what error will get.
How to find schema of a table in db2?
How does coalesce work?
I need to view the number of tables existing under one particular Owner. Is it possible? If so, pl give the SQL query for this?
How does DB2 use multiple table indexes?
Which component is responsible for db2 startup and shutdown?
This was related to -811 sqlcode, In a COBOL DB2 program which accesses employee table and selects rows for employee 'A', it should perform a paragraph s001-x if employee 'A' is present. In this case it gets -811 sqlcode, but still it process the paragraph s001-x. What could be wrong in my code.