How can the firstname and the lastname from the emp table be concatenated to generate complete names?
No Answer is Posted For this Question
Be the First to Post Answer
What is a precompiler?
i have a table like this : Name ADDRESS Toto 123 ... Toto 456 ToTo 678 I would like to delete 2 last row...please tell me how to delete its
What is the syntax of SELECT statement when embedded in a COBOL program?
What does db2 stand for?
Why do we use cursor?
What is with ur in db2?
What is the maximum number of tables that can be stored on a Partitioned Table Space ?
if suppose i am having an ACCOUNT table with 3 coloumns ACC. NO,ACC. NAME,ACC. AMOUNT . If a unique index is also defined on ACC.NO and ACC.NAME then write a query to retrieve account holders records who have more than 1 ACC.
What is DCLGEN ?
What is COPY PENDING status?
What is a correlated sub query?
I have a subprogram B calling from mainprogram A.I have opened a cursor in A ,Can i fetch the same cursor in subprogram B , If yes , Please explain the reason?