Answer Posted / cr
Normalization is a design technique to develop table
structures. Purpose of normalization is to eliminate
redundant data.
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
Explain the rollup operator?
Explain about the hierarchical model of the database?
Explain about a primary key?
Explain the cube operator?
What is database design and development?
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?
Explain the process of the user request and data generating?
If a column is an image value type, how you can compare column values? How can you use this column in join clause?
Who are end users in dbms?
I have a few records all are same structures data, I want to store data in multiple targets how
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?
Explain about xml databases?
Explain about the relational database?
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?
What is data modeling with example?