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?
2423What is normalization? Explain different levels of normalization?
CG-VAK, Choice Solutions, College School Exams Tests, IBM, Wipro,
8 63125How do you implement one-to-one, one-to-many and many-to- many relationships while designing tables?
1 9985Post New DB Development Questions
On friday, you issued several insert statements using query analyzer. You then verified the data had been correctly entered with a select statement on monday, your users report that the data is not there what happened?
You have a table with three columns: amount1, amount2, and amount3 in a single row only one of these three columns will have a value and the other two will be null. Write a sql query to retrieve the values from these columns?
How to generate OIDS
What are the key features of dbms?
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 three types of database design?
Explain about post-relational databases?
What are the types of database model?
Explain about the hierarchical model of the database?
How to customize error conditions.
You have two tables with a one to many join based on a field named id. You need to find records in the parent table that are not represented in the child table. how would you accomplish this?
What are data modelling techniques?
Which four data types cannot be used as a return type from a user-defined function?
To convert IDMS to DB2, how to deal with IDMS occurs and redefined clause?
How to use timestamp datatypes