Answer Posted / anjali
normalization is to crystalizing the table into small
tables to avoid the redundancy. splitting table into small
ones.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
The count() function always returns a int value type what should you do if you need to count rows from a query which you know will return a value that is too large for an int value type?
Explain the process of the user request and data generating?
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?
What are the key features of dbms?
Explain about the hierarchical model of the database?
How to use timestamp datatypes
fact table and dimension table containg one to many relationship or many to one relastionship
How to combine two function together?
In which table collections errors are stored.
What are the types of database model?
Explain about query and reporting.
Explain the rollup operator?
Explain about normal forms?
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 is an application role and explain a scenario when you would use one?