Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is Normalization ?

Answer Posted / pratik maheshvari

normalization is the process of efficiently organizing data
in a database

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

> CREATE OR REPLACE FUNCTION FACTORIAL_1(factstr varchar2 ) 2 RETURN NUMBER AS 3 new_str VARCHAR2(4000) := factstr||'*' ; 4 fact number := 1 ; 5 BEGIN 6 7 WHILE new_str IS NOT NULL 8 LOOP 9 fact := fact * TO_NUMBER(SUBSTR(new_str,1,INSTR(new_str,'*')-1)); 10 new_str := substr( new_str,INSTR(new_str,'*')+1); 11 END LOOP; 12 13 RETURN fact; 14 15 END; explanation Above program?

2089


How to enter a new row into a table interactively?

1048


What is Reduced List of Values?

2242


How to change user password in oracle?

1092


Explain the difference between sql and oracle?

1122


what are archived logs?

2258


What is a cursor and what are the steps need to be taken?

1284


Using the relations and the rules set out in the notes under each relation, write statements to create the two sequence generators specified in the notes.

2173


What is a trigger oracle?

1136


What is the difference between truncate & delete command?

1233


How many types of database triggers exist?

1184


How to connect to the server with user account: sys?

1059


What is save point in oracle database?

1362


What is a sub query? Describe its types?

1070


Explain an exception and its types?

1134