About the Tutorial



Yüklə 0,71 Mb.
Pdf görüntüsü
səhifə30/39
tarix17.01.2022
ölçüsü0,71 Mb.
#51355
1   ...   26   27   28   29   30   31   32   33   ...   39
sql tutorial

Second Rule of 1NF 

The next step is ensuring that there are no repeating groups of data. Consider we have 

the following table: 

CREATE TABLE CUSTOMERS( 

       ID   INT              NOT NULL, 

       NAME VARCHAR (20)     NOT NULL, 

       AGE  INT              NOT NULL, 

       ADDRESS  CHAR (25), 

       ORDERS   VARCHAR(155) 

); 


So, if we populate this table for a single customer having multiple orders, then it would be 

something as shown below: 



ID 

NAME 

AGE 

ADDRESS 

ORDERS 

100 


Sachin 

36 


Lower West Side 

Cannon XL-200 

100 

Sachin 


36 

Lower West Side 

Battery XL-200 



SQL 

 

 



 

 



100 

Sachin 


36 

Lower West Side 

Tripod Large 

But as per the 1NF, we need to ensure that there are no repeating groups of data. So, let 

us break the above table into two parts and then join them using a key as shown in the 

following program: 

 

 


Yüklə 0,71 Mb.

Dostları ilə paylaş:
1   ...   26   27   28   29   30   31   32   33   ...   39




Verilənlər bazası müəlliflik hüququ ilə müdafiə olunur ©azkurs.org 2024
rəhbərliyinə müraciət

gir | qeydiyyatdan keç
    Ana səhifə


yükləyin