Write the difference between case version and decode version.
Answer Posted / dev
Decode is widely used
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is dbms explain in brief?
You are testing the performance of a query the first time you run the query, the performance is slow. the second time you run the query, the performance is fast. why is this?
What are the types of database model?
Explain about xml databases?
Explain about the relational database?
In which database can extended stored procedures be added?
What are data modelling techniques?
What is dbms and its application?
What is the physical representation for a many-to-many relationship?
Explain the cube operator?
What is the database development process?
Explain about the storage and physical database design?
Explain about a primary key?
State the acid rules?
There is a trigger defined for INSERT operations on a table, in an OLTP system. The trigger is written to instantiate a COM object and pass the newly insterted rows to it for some custom processing. What do you think of this implementation? Can this be implemented better?