Answer Posted / babu vincent
Normalization:
normalization is used to reduce the repetition..
for example if a table contains a column repeating same datatype and for same purpose..
look at simple example a item purchased of a customer may contain many which also include separate prices so instead of creating repeated column for each item and price.. one table is created with one column for item name and one for column name.. then relationship(one to many) can be created and records in item table can be connected with cstomer table which includes order no as primary key..
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
How many data types are supported?
How can we force the database to use the user specified rollback segment?
Explain the use of compress option in exp command.
What is literal?
How to join two tables in a single query using oracle?
How to define a data field as not null?
how do u setup a replication site?
How to insert a new row into a table in oracle?
Is truncate autocommit in oracle?
I have some query regarding Report generation from Oracle Apps "PO module". I have to generate a report where table columns are as below: Vendor_name Invoice No PO Number Item_Quantity Value of Goods Date of Shipping Name_of_the_transport Date_of_receipt_issued. Now my questions is :from which table/column I can get the information of "Name_of_the_transport" column. Thanks in advance.
What is the sql query to concatenate column values from multiple rows in oracle?
Explain the function of optimizer in oracle?
Explain the use of grant option in exp command.
What is transaction control statement and how many types of transaction control statement in Oracle?
How to delete a column in an existing table?