What is Normalization ?
Answer Posted / anshu
It is a technique to simple the design of database system.
| Is This Answer Correct ? | 69 Yes | 51 No |
Post New Answer View All Answers
How do I spool in oracle?
Explain a segment?
There are n numbers of flatfile of exactly same format are placed in a folder.Can we load these flatfile's data one by one to a single relational table by a single session??
What is meant by an index?
How to view the data files in the current database?
What is flashback in Oracle?
Compare and contrast between sql and sql server and explain its various functions?
What is meant by a deadlock situation?
What are the different editions of oracle?
What is a directory object?
Assuming that you are an End User How to find that in the payment Batch some of the Invoice was Missing To pay How to find That??
How to sort the query output in oracle?
How to write a query with a right outer join in oracle?
How to define a data source name (dsn) in odbc manager?
Tab A A B ------ 1 A 2 B 3 C Tab B A B ----- 4 D 5 E 6 F Generate the value into B table from A table. Only table A has the value. Write the SQL query to get B table value.