Answer Posted / sxion045
CREATE VIEW RR(A,B,X) AS
SELECT R.*, ROW_NUMBER()
FROM R;
DELETE FROM RR
WHERE X=20000000;
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the contents of a dclmgen?
What is lock escalation in db2?
How does db2 sample database connect?
Describe major components of db2?
Explain various types of locks in db2?
What kind of database is db2?
Define declaration generator (dclgen).
Why cursor is used in db2?
How to execute stored procedures?
Explain the benefits you can get from mainframe connect?
What is the syntax for FETCH in DB2 ?
What do you mean by cursor?
Can you tell me how can you find out the # of rows updated after an update statement?
How can we retrieve the total number of records in RPG & CLLE?
File not opened because library is *PROD and debug is UPDPROD(*NO). ? what may be the reason? how to solve it..?