Which command is used to remove all rows from a table?
No Answer is Posted For this Question
Be the First to Post Answer
Describe the elements of the SELECT query syntax?
Hi i need to write a query on the following requirement. SELECT COMM_TEXT INTO :WS_MIKM_COMM_TEXT FROM MPIPROD.MIKMV01 WHERE ACCOUNT_NO = :WFD_ACCOUNT_NO AND (SUBSTR(COMM_TEXT,1,39) = :WS_COMMENT_TEXT AND SUBSTR(COMM_TEXT,47,14) = :WS_DENY_DESC) OR (SUBSTR(COMM_TEXT,1,39) = :WS_COMMENT_TEXT) The above query is to be modified. The requirement is if both the fields are equal then that has to be given priority. In the above query if it satisfies any one it comes out without checking if both being equal is possible.
What are simple, segmented and partitioned table spaces ?
how to unload different table data into different gdg files/ vsam files.
What action db2 takes when a program aborts in the middle of a transaction?
how to fetch multiple records without using cursor
What is a root page?
How to define the a field which accepts value till 99999.99 in db2
What is the cascade rule and how does it relate to deletions made with a subselect?
What if we try to insert the base table through updatable view , but failed to give a column value which is defined as NOT NULL.
What db2 400?
If we have 100 records in the PF, we deleted all the records then what is the Size of the PF?