Answer Posted / pandu
select distinct from <field name> from <table name>
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What are concurrency issues?
What is database reorganization?
What is declare cursor?
What are the various isolation levels possible?
How to resolve deadlock issue
On which levels locks can be applied?
Is the primary key a clustered index?
What is with ur in db2?
What type of database is db2?
What are catalog tables in db2?
What do you mean by storage group (stogroup)?
What is db2?
What is scrollable cursor in db2?
have 3 tables table1, table2 and table3 which contains employee information. table1 is master table, table2 contains emp details like emp no and so on, table 3 contains emp salary. so if any emp leave company between 25th - 30th of every month it has to get updated in tables. but it is not getting updated. What is the reason.
Why select is not preferred in embedded sql programs?