0% found this document useful (0 votes)
82 views9 pages

Maktab

The document describes creating multiple tables in a database to store student, teacher, class, subject, and schedule information for a school. Tables are created for subjects, teachers, classes, students, rooms, grades, subject-teacher mappings, days, time slots, and a class schedule with foreign key relationships defined between the tables. The tables are then populated with sample data.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
82 views9 pages

Maktab

The document describes creating multiple tables in a database to store student, teacher, class, subject, and schedule information for a school. Tables are created for subjects, teachers, classes, students, rooms, grades, subject-teacher mappings, days, time slots, and a class schedule with foreign key relationships defined between the tables. The tables are then populated with sample data.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 9

--fan nomi jadval hosil qilish-------

CREATE TABLE fan


(
fan_id serial PRIMARY KEY,
fan_nomi varchar NOT NULL
);
--------------------------------------

--sinf nomi jadval hosil qilish-------

CREATE TABLE sinf


(
sinf_id serial PRIMARY KEY,
sinf_nomi integer NOT NULL,
guruh_nomi varchar(5) NOT NULL,
sinf_rahbari integer NOT NULL
);

-------------------------------------

--ustozlar nomi jadval hosil qilish-------

CREATE TABLE ustozlar


(
ustoz_id serial PRIMARY KEY,
toliq_ism varchar(60) NOT NULL,
tugilgan_kuni date NOT NULL,
jinsi boolean NOT NULL,
toifasi varchar NOT NULL,
ish_tajribasi int NOT NULL,
maoshi int NOT NULL
);

-----------------------------------------

--students nomi jadval hosil qilish-------

CREATE TABLE students


(
student_id serial PRIMARY KEY,
toliq_ism varchar(60) NOT NULL,
tugilgan_kun date NOT NULL,
jinsi boolean NOT NULL,
sinf_id integer NOT NULL,
manzil text
);

---------------------------------------

--xona nomi jadval hosil qilish-------

CREATE TABLE xona


(
id serial PRIMARY KEY,
raqami integer NOT NULL,
fan_id integer NOT NULL,
ustoz_id integer NOT NULL
);

---------------------------------------

--baholar nomi jadval hosil qilish-------

CREATE TABLE baholar


(
id serial PRIMARY KEY,
student_id integer NOT NULL,
fan_id integer NOT NULL,
ustoz_id integer NOT NULL,
baho integer NOT NULL
);

---------------------------------------

--fan va ustoz nomi jadval hosil qilish--

CREATE TABLE fan_ustoz


(
id serial PRIMARY KEY,
fan_id integer NOT NULL,
ustoz_id integer NOT NULL
);

---------------------------------------

--kun nomi jadval hosil qilish-------

CREATE TABLE kun


(
id serial PRIMARY KEY,
kun_nomi varchar(12) NOT NULL
);

---------------------------------------

--vaqt nomi jadval hosil qilish-------

CREATE TABLE vaqt


(
id serial PRIMARY KEY,
kirish time without time zone NOT NULL,
chiqish time without time zone NOT NULL
);

------------------------------------
--dars jadvali nomi jadval hosil qilish--

CREATE TABLE dars_jadvali


(
id serial PRIMARY KEY,
kun_id integer NOT NULL,
vaqt_id integer NOT NULL,
fan_id integer NOT NULL,
ustoz_id integer NOT NULL,
sinf_id integer NOT NULL,
xona_id integer NOT NULL
);

--------------------------------------

---bog`lanishlar---------------------

----fan_ustoz-----------------------------------------

ALTER TABLE fan_ustoz


ADD FOREIGN KEY (fan_id) REFERENCES fan(fan_id),
ADD FOREIGN KEY (ustoz_id) REFERENCES ustozlar(ustoz_id);

------------------------------------------------------

----sinf_rahbari-ustozlar------------------------------

ALTER TABLE sinf


ADD FOREIGN KEY (sinf_rahbari) REFERENCES ustozlar(ustoz_id);

------------------------------------------------------

----sinf_id-sinf-------------------------------------

ALTER TABLE students


ADD FOREIGN KEY (sinf_id) REFERENCES sinf(sinf_id);

------------------------------------------------------

----baholar-------------------------------------------

ALTER TABLE baholar


ADD FOREIGN KEY (student_id) REFERENCES students(student_id),
ADD FOREIGN KEY (ustoz_id) REFERENCES ustozlar(ustoz_id),
ADD FOREIGN KEY (fan_id) REFERENCES fan(fan_id);

---------------------------------------------------------

----dars_jadvali-----------------------------------------

ALTER TABLE dars_jadvali


ADD FOREIGN KEY (kun_id) REFERENCES kun(id),
ADD FOREIGN KEY (vaqt_id) REFERENCES vaqt(id),
ADD FOREIGN KEY (fan_id) REFERENCES fan(fan_id),
ADD FOREIGN KEY (ustoz_id) REFERENCES ustozlar(ustoz_id),
ADD FOREIGN KEY (sinf_id) REFERENCES sinf(sinf_id),
ADD FOREIGN KEY (xona_id) REFERENCES xona(id);

---------------------------------------------------------

---------------------------------------------------------
------MA'LUMOT KIRITISH---------------------------------
--------------------------------------------------------

------fan jadvaliga ma'lumot qo`shish--------------------

insert into fan (fan_nomi) values


('Informatika'),('Fizika'),('Algebra'),
('Geometriya'),('Matematika'),('Ingliz tili'),
('Rus tili'),('Kimyo'),('Biologiya'),('Tarix'),
('Ona tili'),('Adabiyot');

---------------------------------------------------------

------ustozlar jadvaliga ma'lumot qo`shish--------------------

insert into ustozlar (toliq_ism, tugilgan_kuni, jinsi, toifasi, ish_tajribasi,


maoshi)
values
('Akbarov Botir', '1988.06.14', true, '1-toifa', 12, 4200000),
('Ashurov Umid', '1974.08.04', true, 'oliy toifa', 19, 4800000),
('Usmonova Xadicha', '1964.01.01', false, '1-toifa', 22, 5200000),
('Rahimov Farhod', '1994.09.26', true, 'mutahasis', 3, 3200000),
('Qurbonova Kamola', '1976.12.24', false, '2-toifa', 14, 4600000),
('Rasulov Begzod', '1980.03.29', true, 'oliy toifa', 12, 5100260),
('Akramova Malika', '1985.06.14', false, 'oliy toifa', 13, 4928300),
('Jamilov Valijon', '1992.04.10', true, '2-toifa', 8, 3714238),
('Sayfiyeva Nigora', '1988.05.16', false, '2-toifa', 7, 4125000),
('Karimboyeva Nilufar', '1966.08.21', false, 'mutahasis', 27, 3806280),
('Karimqulov Bahodir', '1968.02.12', true, 'oliy toifa', 23, 6125380),
('Xoldarova Aziza', '1989.02.16', false, 'mutahasis', 8, 3901032),
('Ergashov Samandar', '1988.03.22', true, '1-toifa', 10, 4200005),
('Bahromov Olim', '1974.11.04', true, 'oliy toifa', 19, 4900125),
('Usmonova Lobar', '1991.08.01', false, '2-toifa', 5, 3200125),
('Alimov Doniyor', '1986.02.26', true, 'mutahasis', 13, 3804500),
('Olimova Kamola', '1986.11.02', false, '1-toifa', 11, 3200320),
('Muxsimov Rashid', '1980.02.16', true, 'oliy toifa', 17, 3100260),
('Mirolimova Saida', '1985.05.15', false, '1-toifa', 11, 5628300),
('Nurullayev Bobur', '1995.06.16', true, 'mutahasis', 2, 2814238),
('Davronova Gulmira', '1983.09.19', false, '1-toifa', 16, 5189002),
('Fozilova Nozima', '1979.12.21', false, 'mutahasis', 22, 3564500),
('Zokirov Azamat', '1975.05.22', true, 'oliy toifa', 24, 5825380),
('Xosilova Feruza', '1989.07.17', false, 'mutahasis', 9, 4945032),
('Nurova Umida', '1977.07.17', false, '1-toifa', 15, 4805032),
('Orziyeva Go`zal', '1986.03.19', false, '2-toifa', 4, 4455032),
('Jumanazarova Oygul', '1987.04.30', false, '2-toifa', 10, 4405032);

------------------------------------------------------------------------

------fan-ustoz jadvaliga ma'lumot qo`shish--------------------

insert into fan_ustoz (fan_id, ustoz_id)


values
(1,4),(1,7),(1,18),(1,25),
(2,1),(2,5),(2,8),(2,14),
(3,2),(3,10),(3,15),(3,19),(3,22),
(4,2),(4,10),(4,15),(4,19),(4,22),
(5,2),(5,11),(5,16),(5,19),(5,22),
(6,3), (6,6), (6,17), (6,20),
(7,9),(7,21),
(8,12),(9,13), (10, 23), (10, 24),
(11,26), (11,27), (12,26), (12,27);

----------------------------------------------------------------

------sinf jadvaliga ma'lumot qo`shish----------------------------

insert into sinf (sinf_nomi, guruh_nomi, sinf_rahbari)


values
(5,'5-01',1),(5,'5-02',3),(5,'5-03',5),(5,'5-04',7),
(6,'6-01',2),(6,'6-02',4),(6,'6-03',6),(6,'6-04',8),
(7,'7-01',9),(7,'7-02',10),(7,'7-03',12),(7,'7-04',13),(7,'7-
05',13),
(8,'8-01',14),(8,'8-02',15),(8,'8-03',16),(8,'8-04',17),(8,'8-
05',18),
(9,'9-01',19),(9,'9-02',20),(9,'9-03',21);

------------------------------------------------------------------

------kun jadvaliga ma'lumot qo`shish----------------------------

insert into kun(kun_nomi)


values ('Dushanba'),('Seshanba'),('Chorshanba'),('Payshanba'),('Juma'),
('Shanba');

------------------------------------------------------------------

------vaqt jadvaliga ma'lumot qo`shish----------------------------

insert into vaqt (kirish, chiqish)


values ('08:30', '09:10'), ('09:15', '09:55'), ('10:00', '10:40'), ('10:45',
'11:25'), ('12:00', '12:40'), ('12:45', '13:25');

------------------------------------------------------------------

------xona jadvaliga ma'lumot qo`shish----------------------------


insert into xona (raqami, fan_id, ustoz_id)
values
(412,1,4),(413,1,7),(414,1,18),(416,1,25),
(402,2,1),(404,2,5),(406,2,8),(408,2,14),
(310,3,2),(312,3,10),(311,3,15),(314,3,19),(316,3,22),
(315,5,11),(317,5,16),
(320,6,3), (321,6,6), (322,6,17), (323,6,20),
(202,7,9),(203,7,21),
(206,8,12),(208,9,13), (210,10, 23), (212,10, 24),
(110,11,26), (114,11,27);

--------------------------------------------------------------------

------students jadvaliga ma'lumot qo`shish----------------------------

insert into students (toliq_ism, tugilgan_kun, jinsi, sinf_id, manzil)


values
---------5-sinf-----------------------------------------
('Sharofov Iskandar','2008-12-23',true,1,'Toshkent sh.'),
('Musayeva Muhsina','2008-06-11', false,2,'Buxoro'),
('Shakarbayev Nurbek','2008-09-16',true,1,'Toshkent vil.'),
('Rustamov Salohiddin','2009-01-04',true,1,'Toshkent sh.'),
('Axmadov Abdulaziz','2008-10-29',true,2,'Toshkent vil.'),
--------6-sinf--------------------------------------------
('Bozorov Umid','2007-08-14',true,5,'Xorazm'),
('Raxmonova Farangiz','2007-05-04', false,5,'Toshkent sh.'),
('Muxitdinov Sarvarbek','2007-02-24',true,5,'Toshkent vil.'),
('Saidqosimov Sardorbek','2008-03-08',true,7,'Namangan'),
('Karimova Dilafruz','2007-10-02',false,7,'Toshkent sh.'),
--------7-sinf--------------------------------------------
('Jumanazarov Asilbek','2006-12-23',true,9,'Navoiy'),
('Saidjonova Gulasal','2006-10-15', false,9,'Qashqadaryo'),
('Abduhalilov Ozodbek','2006-03-18',true,9,'Sirdaryo'),
('Mardonov Abdulaziz','2006-08-26',true,10,'Samarqand'),
('Abdullajonova Muslimaxon','2007-11-18',false,10,'Samarqand'),
('Risbayev Umidjon','2007-02-09',true,10,'Namangan'),
('Islamova Ezoza','2006-01-07', false,10,'Surxandaryo'),
('Nasriddinov Saidmurod','2006-03-18',true,11,'Toshkent sh.'),
('Xolmirzayev Shahriyor','2006-05-14',true,11,'Jizzax'),
('Yusufjonova Charosxon','2006-09-20',false,11,'Toshkent vil.'),
---------8-sinf---------------------------------------------
('Djalolov Xusanjon','2005-10-23',true,18,'Qashqadaryo'),
('Hakimova Charos','2005-11-15', false,18,'Navoiy'),
('Rizaev Ravshan','2005-05-18',true,18,'Sirdaryo'),
('Axmadov Abdulaziz','2006-04-26',true,18,'Samarqand'),
('Abdurasulova Mohinur','2005-11-18',false,18,'Jizzax'),
('Izzatov Isroilbek','2005-07-09',true,18,'Qashqadaryo'),
('Begmurodova Yasmina','2005-04-07', false,14,'Surxandaryo'),
('Rustamov Salohiddin','2005-06-18',true,14,'Sirdaryo'),
('Erkinboyev Asomiddin','2005-09-14',true,14,'Jizzax'),
('Adhamjonova Laziza','2005-02-20',false,15,'Toshkent vil.'),
('Umrzoqov Aslbek','2005-10-23',true,15,'Navoiy'),
('Ruzimurodova Hayotxon','2005-11-15', false,15,'Navoiy'),
('Umrzoqov Aslbek','2005-08-18',true,16,'Sirdaryo'),
('Sulaymonov Abduraxmon ','2005-09-26',true,16,'Samarqand'),
('Olimjonova Shirinahon','2005-01-18',false,16,'Jizzax'),
('Umarov Bekzod','2005-11-09',true,17,'Namangan'),
('Izzatova Shaxrizoda','2006-12-07', false,17,'Surxandaryo'),
('Hakimboev Islombek','2005-12-18',true,17,'Toshkent sh.'),
('Abdumanabov Sardorbek','2005-11-14',true,17,'Sirdaryo'),
('Salimova Lobar','2005-04-20',false,11,'Toshkent vil.');

-----------------------------------------------------------------------------------
---------------------------

------baholar jadvaliga ma'lumot qo`shish----------------------------

INSERT INTO baholar (student_id, fan_id, ustoz_id, baho)


VALUES --5.01--
(1, 1, 4, 5), (3, 1, 4, 5), (4, 1, 4, 5), --inf--
(1, 5, 2, 4), (3, 5, 2, 4), (4, 5, 2, 5), --math--
(1, 6, 3, 3), (3, 6, 3, 5), (4, 6, 3, 5), --eng--
(1, 7, 9, 4), (3, 7, 9, 4), (4, 7, 9, 5), --rus--
(1, 11, 26, 5), (3, 11, 26, 3), (4, 11, 26, 5), --ona tili--
(1, 12, 26, 4), (3, 12, 26, 3), (4, 12, 26, 5), --adab--
---------------------------------------------------------
--5.02--
(2, 1, 7, 4), (5, 1, 7, 4), --inf--
(2, 5, 11, 4), (5, 5, 11, 3), --math--
(2, 6, 6, 5), (5, 6, 6, 4), --eng--
(2, 7, 21, 5), (5, 7, 21, 3), --rus--
(2, 11, 27, 4), (5, 11, 27, 5), --ona tili--
(2, 12, 27, 4), (5, 12, 27, 5), --adab--
-------------------------------------------------------
--6.01--
(6, 1, 18, 5), (7, 1, 18, 5), (8, 1, 18, 5),
(6, 5, 16, 4), (7, 5, 16, 4), (8, 5, 16, 5),
(6, 6, 17, 4), (7, 6, 17, 4), (8, 6, 17, 5),
(6, 7, 9, 4), (7, 7, 9, 3), (8, 7, 9, 5),
(6, 11, 27, 3), (7, 11, 27, 4), (8, 11, 27, 5),
(6, 12, 27, 4), (7, 12, 27, 5), (8, 12, 27, 5),
-------------------------------------------------------
--6.03--
(9, 1, 18, 5), (10, 1, 18, 5),
(9, 5, 11, 5), (10, 5, 11, 5),
(9, 6, 20, 5), (10, 6, 20, 5),
(9, 7, 9, 5), (10, 7, 9, 5),
(9, 11, 27, 5), (10, 11, 27, 5),
(9, 12, 27, 5), (10, 12, 27, 5),
-------------------------------------------------------
--7.01--
(11, 1,25 ,5), (12, 1,25 ,3), (13, 1,25 ,4),
(11, 2, 1,5), (12, 2, 1,3), (13, 2, 1,5), --fizika--
(11, 3, 10,5), (12, 3, 10, 4), (13, 3, 10, 5), --alg--
(11, 4, 10,5), (12, 4, 10, 3), (13, 4, 10, 5), --geom--
(11, 6, 17,5), (12, 6, 17, 4), (13, 6, 17, 4), --eng--
(11, 7, 19,5), (12, 7, 19, 4), (13, 7, 19, 5), --rus--
(11, 10, 23,5), (12, 10, 23,5), (13, 10, 23,5), --tarix--
(11, 11, 26,5), (12, 11, 26,4), (13, 11, 26,5),
(11, 12, 26,5), (12, 12, 26,4), (13, 12, 26,5),
-------------------------------------------------------
--7.02--
(14, 1, 18,4), (15, 1, 18,3), (16, 1, 18,5), (17, 1, 18,5),
(14, 2, 5,4), (15, 2, 5,4), (16, 2, 5,5), (17, 2, 5,5),
(14, 3, 22,4), (15, 3, 22,4), (16, 3, 22,5), (17, 3, 22,5),
(14, 4, 22,3), (15, 4, 22,4), (16, 4, 22,4), (17, 4, 22,4),
(14, 6, 6,5), (15, 6, 6,5), (16, 6, 6,5), (17, 6, 6,5),
(14, 7, 19,5), (15, 7, 19,5), (16, 7, 19,4), (17, 7, 19,4),
(14, 10, 23,5), (15, 10, 23,5), (16, 10, 23,5), (17, 10, 23,5),
(14, 11, 26,4), (15, 11, 26,4), (16, 11, 26,3), (17, 11, 26,4),
(14, 12, 26,5), (15, 12, 26,4), (16, 12, 26,4), (17, 12, 26,5),
-------------------------------------------------------
--7.03--
(18, 1, 18,5), (19, 1, 18,5), (20, 1, 18,5), (40, 1, 18,5),
(18, 2, 5,3), (19, 2, 5,5), (20, 2, 5,4), (40, 2, 5,5),
(18, 3, 22,4), (19, 3, 22,5), (20, 3,22 ,4), (40, 3, 22,5),
(18, 4, 22,4), (19, 4, 22,5), (20, 4, 22,4), (40, 4, 22,5),
(18, 6, 6,5), (19, 6, 6,5), (20, 6, 6,5), (40, 6, 6,5),
(18, 7, 19,4), (19, 7, 19,5), (20, 7, 19,5), (40, 7, 19,5),
(18, 10, 23,5), (19, 10, 23,5), (20, 10, 23,5), (40, 10, 23,5),
(18, 11, 26,5), (19, 11, 26,5), (20, 11, 26,5), (40, 11, 26,5),
(18, 12, 26,5), (19, 12, 26,5), (20, 12, 26,5), (40, 12, 26,5),
-------------------------------------------------------
--8.01--
(27, 1, 25,4), (28, 1, 25,4), (29, 1, 25,3),
(27, 2, 8,3), (28, 2, 8,4), (29, 2, 8,4), --fizika--
(27, 3, 19,3), (28, 3, 19,4), (29, 3, 19,4), --alg--
(27, 4, 19,4), (28, 4, 19,4), (29, 4, 19,4), --geom--
(27, 6, 3,5), (28, 6, 3,5), (29, 6, 3,4), --eng--
(27, 7, 21,5), (28, 7, 21,4), (29, 7, 21,5), --rus--
(27, 8, 12,4), (28, 8, 12,3), (29, 8, 12,3), --kimyo--
(27, 9, 13,4), (28, 9, 13,4), (29, 9, 13,4), --bio--
(27, 10, 24,5), (28, 10, 24,5), (29, 10, 24,5), --tarix--
(27, 11, 26,4), (28, 11, 26,5), (29, 11, 26,4), --ona tili--
(27, 12, 26,5), (28, 12, 26,5), (29, 12, 26,5), --adab--
-------------------------------------------------------
--8.02--
(30, 1, 7,4), (31, 1, 7,5), (32, 1, 7,5),
(30, 2, 14,5), (31, 2, 14,5), (32, 2, 14,4), --fizika--
(30, 3, 22,4), (31, 3, 22,5), (32, 3, 22,4), --alg--
(30, 4, 22,5), (31, 4, 22,5), (32, 4, 22,5), --geom--
(30, 6, 3,4), (31, 6, 3,5), (32, 6, 3,5), --eng--
(30, 7, 21,3), (31, 7, 21,5), (32, 7, 21,4), --rus--
(30, 8, 12,4), (31, 8, 12,5), (32, 8, 12,5), --kimyo--
(30, 9, 13,3), (31, 9, 13,5), (32, 9, 13,4), --bio--
(30, 10, 24,3), (31, 10, 24,4), (32, 10, 24,3), --tarix--
(30, 11, 27,4), (31, 11, 27,5), (32, 11, 27,3), --ona tili--
(30, 12, 27,5), (31, 12, 27,5), (32, 12, 27,3), --adab--
-------------------------------------------------------
--8.03--
(33, 1, 7,5), (34, 1, 7,5), (35, 1, 7,5),
(33, 2, 14,5), (34, 2, 14,5), (35, 2, 14,4), --fizika--
(33, 3, 15,4), (34, 3, 15,4), (35, 3, 15,4), --alg--
(33, 4, 15,4), (34, 4, 15,4), (35, 4, 15,5), --geom--
(33, 6, 20,5), (34, 6, 20,5), (35, 6, 20,5), --eng--
(33, 7, 21,5), (34, 7, 21,5), (35, 7, 21,4), --rus--
(33, 8, 12,4), (34, 8, 12,4), (35, 8, 12,4), --kimyo--
(33, 9, 13,5), (34, 9, 13,4), (35, 9, 13,5), --bio--
(33, 10, 24,5), (34, 10, 24,5), (35, 10, 24,4), --tarix--
(33, 11, 27,5), (34, 11, 27,4), (35, 11, 27,5), --ona tili--
(33, 12, 27,5), (34, 12, 27,4), (35, 12, 27,5), --adab--
-------------------------------------------------------
--8.04--
(36, 1, 4,4), (37, 1, 4,5), (38, 1, 4,3), (39, 1, 4,4),
(36, 2, 1,4), (37, 2, 1,5), (38, 2, 1,4), (39, 1, 1,4),--fizika--
(36, 3, 10,4), (37, 3, 10,5), (38, 3, 10,3), (39, 1, 10,5),--alg--
(36, 4, 10,4), (37, 4, 10,5), (38, 4, 10,3), (39, 1, 10,5),--geom--
(36, 6, 20,4), (37, 6, 20,5), (38, 6, 20,4), (39, 1, 20,5),--eng--
(36, 7, 19,4), (37, 7, 19,5), (38, 7, 19,3), (39, 1, 19,4),--rus--
(36, 8, 12,4), (37, 8, 12,5), (38, 8, 12,4), (39, 1, 12,4),--kimyo--
(36, 9, 13,5), (37, 9, 13,5), (38, 9, 13,4), (39, 1, 13,4),--bio--
(36, 10, 23,4), (37, 10, 23,5), (38, 10, 23,3), (39, 1, 23,5),--tarix--
(36, 11, 27,4), (37, 11, 27,5), (38, 11, 27,3), (39, 1, 27,5),--ona
tili--
(36, 12, 27,4), (37, 12, 27,5), (38, 12, 27,3), (39, 1, 27,5),--adab--

--8.05--
(21, 1, 4,4), (22, 1, 4,5), (23, 1, 4,5), (24, 1, 4,4), (25, 1, 4,5),
(26, 1, 4,5),
(21, 2, 5,4), (22, 2, 5,5), (23, 2, 5,4), (24, 2, 5,5), (25, 2, 5,5),
(26, 2, 5,5), --fizika--
(21, 3, 2,4), (22, 3, 2,5), (23, 3, 2,4), (24, 3, 2,5), (25, 3, 2,5),
(26, 3, 2,5), --alg--
(21, 4, 2,4), (22, 4, 2,5), (23, 4, 2,4), (24, 4, 2,5), (25, 4, 2,4),
(26, 4, 2,5), --geom--
(21, 6, 17,5), (22, 6, 17,5), (23, 6, 17,5), (24, 6, 17,5), (25, 6,
17,5), (26, 6, 17,5), --eng--
(21, 7, 19,5), (22, 7, 19,5), (23, 7, 19,5), (24, 7, 19,4), (25, 7,
19,4), (26, 7, 19,5), --rus--
(21, 8, 12,3), (22, 8, 12,5), (23, 8, 12,5), (24, 8, 12,4), (25, 8,
12,5), (26, 8, 12,5), --kimyo--
(21, 9, 13,3), (22, 9, 13,5), (23, 9, 13,3), (24, 9, 13,4), (25, 9,
13,5), (26, 9, 13,5), --bio--
(21, 10, 23,4), (22, 10, 23,5), (23, 10, 23,4), (24, 10, 23,3), (25,
10, 23,5), (26, 10, 23,5), --tarix--
(21, 11, 27,5), (22, 11, 27,5), (23, 11, 27,3), (24, 11, 27,4), (25,
11, 27,5), (26, 11, 27,5), --ona tili--
(21, 12, 27,5), (22, 12, 27,5), (23, 12, 27,4), (24, 12, 27,4), (25,
12, 27,5), (26, 12, 27,5); --adab--
-------------------------------------------------------

You might also like