0:02 [Music] 0:06 thank you 0:09 [Music] 0:11 Hello friends welcome back to our 0:13 channel so in today's session we'll 0:15 discuss about one more Topic in dbms 0:18 that is anomalies 0:24 so first let us discuss about what is 0:26 anomaly and what are the different types 0:29 of anomalies and this anomaly is a fault 0:33 all right 0:34 occurs 0:36 in a database 0:41 right so 0:43 which 0:44 is because of poor design poor design of 0:48 database 0:49 or storing the data right 0:53 this is called an anomaly so that means 0:55 it's some fault occur in the database so 0:58 what actually these Faults Are what 1:00 actually these anomalies so there are 1:02 three categories of anomalies one is 1:04 insertion anomaly 1:08 insertion anomaly 1:13 the second one deletion anomaly 1:20 and the third one updation anomaly 1:28 so this insertion anomaly will be 1:31 occurred during the insertion of a data 1:33 into the database so this occurs 1:37 during insert inserting data 1:42 inserting 1:44 data 1:46 and this anomaly occurs 1:51 during 1:53 deletion of data 2:01 and this occurs 2:05 during 2:07 updating the data 2:14 that means the faults or errors we get 2:18 during insertion is called the insertion 2:21 anomaly and 2:24 the fault occurs during the deletion of 2:27 data so if you want to delete some data 2:29 so the possible faults we may get is a 2:32 deletion anomaly and this updating the 2:35 data 2:36 is comes under the updating anomaly 2:39 right 2:40 so now we'll go with the insertion 2:43 anomaly so let me discuss about uh 2:45 theoretically after that I will show you 2:47 an example right so I will take one 2:49 table and I will show you what is the 2:51 insertion anomaly and what is the 2:52 deletion anomaly when it will be occurs 2:54 and I will I will say all these things 2:56 after the after this explanation so in 2:59 such an anomaly 3:01 so while inserting the data 3:04 if you are unable to insert 3:12 without presence of other attributes 3:20 reviews that means we know that a table 3:22 consists of attributes so if we are 3:25 unable to insert a data for a particular 3:27 attribute without the presence of other 3:29 attribute that means a dependency so one 3:31 attribute is dependent on another so 3:34 without giving the value of one 3:36 attribute if the table doesn't take the 3:38 value of other attribute then we call it 3:40 as a insertion anomaly so I'll give you 3:42 the example okay so deletion 3:47 if some data is deleted 3:56 with the duration of other data 4:00 with the deletion of other data that 4:03 means 4:05 if you are supposed to delete some data 4:07 in the table which may delete another 4:09 attributes that type of anomaly we call 4:12 it is a deletion anomaly right so if the 4:16 index list if you want to delete a one 4:17 attribute so which may delete the some 4:20 other values some other values okay some 4:23 other information so that type of 4:25 anomaly is a relational number and 4:27 update anomaly 4:29 update anomaly so if our 4:32 table consists of redundancy 4:35 if our table consists of redundancy then 4:38 automatically this updation anomaly will 4:40 be occurred that means if you want to 4:42 update one attribute or one row so it 4:46 should be reflected on another rows also 4:48 because of redundancy 4:50 right so that type of anomaly we call it 4:53 as an updation anomaly so these are the 4:56 different types of anomalies available 4:58 in dbms and only one way to avoid this 5:02 anomalies is by going with the 5:05 normalization 5:09 normalization or we can simply call it 5:12 as a decomposition 5:16 decomposition that is also a lossless 5:19 decomposition loss less decomposition 5:21 decomposition means dividing the table 5:23 into different tables sub tables and 5:27 also splitting and joining both we can 5:29 call it as an organization 5:31 right so here because of these anomalies 5:34 we are going to split the tables 5:38 and we need to uh give a relation and 5:41 maybe between tables okay relationship 5:44 between different tables 5:46 so these anomalies because of these 5:49 anomalies to avoid these anomalies we 5:51 are moving with the normalization or 5:54 decomposition this is the only solution 5:56 to avoid the anomalies okay insertion 5:58 deletion and updation and obvious now ah 6:02 let me take one table and I will explain 6:05 you about the in insertion anomaly so 6:07 that means inserting the data 6:10 we can't intercept the data without the 6:13 presence of other attributes and 6:14 deletion deleting some data which may 6:18 lead to delete of some other information 6:20 and updation because of Red Energy so 6:23 we'll see all these three anomalies by 6:25 taking one example one table and then I 6:27 will explain you about this insertion 6:29 deletion and updation but anomalies are 6:31 nothing but a faults occur in a database 6:34 because of poor design or storing data 6:37 in 6:39 flat database 6:41 fly database 6:43 right so let us take one example 6:47 so let us take this example so this is a 6:51 details of a student who enrolls the 6:53 course okay so let us take so this is a 6:58 enrollment of course other than their 7:01 academics okay so the students May 7:04 enroll or may not enroll so here the 7:07 primary key 7:10 here the primary key 7:15 is a combination of the student ID 7:20 plus course title 7:24 course title because one student may 7:27 enrolled in multiple courses so we can't 7:29 consider the student ID as a primary key 7:32 right primary key means unique so that 7:35 should not be redundancy but here uh we 7:39 can't take the student ID as a primary 7:40 key because one student may enroll 7:42 different courses similarly one course 7:44 can be enrolled by different students so 7:46 we can't make this course title also as 7:50 a primary key so but we can give both 7:53 student ID and the course title as a 7:55 primary key right so here it is a 7:58 primary key now coming to the insertion 8:01 anomaly 8:04 insertion anomaly 8:08 so what is this insertion anomaly so we 8:11 can't able to insert the data without 8:13 the presence of other data so here if in 8:16 this particular table you can see 8:19 so if eggs new newly joined student okay 8:22 we can't add the newly joined student 8:24 until he or she enrolled to the course 8:28 title 8:29 okay so without the course title we 8:32 can't insert the student details here 8:34 because course title is also a part of a 8:37 primary key it should not be kept null 8:40 so such a type of anomaly we call it as 8:42 a insertion anomaly so here so 8:52 so data 8:54 can't be inserted 8:59 foreign 9:08 right so such type of anomaly we call it 9:11 as a insertion anomaly insertion and 9:14 only 9:14 right so next deletion 9:24 deletion so if you consider 9:27 so after some days just the students are 9:31 they have left the college so I need to 9:33 remove this 9:35 uh student details right so if you 9:38 delete this student details 9:47 so if you delete the student details 9:49 automatically the course which was 9:52 enrolled by this particular student will 9:54 also be deleted and the course is only 9:56 enrolled with this particular student 9:58 itself only with one student 10:01 so automatically this course details 10:03 will also be deleted 10:06 hope you understood so City language is 10:08 enrolled with only one student so if you 10:10 delete this are they automatically the 10:12 course details will also be deleted 10:15 so that is one drawback that means 10:16 deletion of one data May delete the some 10:19 other data 10:21 okay so previously if it is a c language 10:23 there will be no problem if you delete 10:25 the students are they there will be a 10:27 course title C which was enrolled with a 10:29 hurry but if the case is like this 10:32 if the case is like this that means if 10:34 the course is enrolled with only one 10:36 student if you delete the student 10:38 automatically the course will also be 10:40 deleted if you delete this course the 10:42 student details will also be deleted 10:45 right so such type of anomaly we call it 10:48 as a deletion anomaly 10:50 so 10:52 deletion of course or uh yeah relation 10:56 of course will delete 11:03 student also 11:07 or simply vice versa if you delete the 11:09 student automatically the course will be 11:12 get deleted 11:13 that's called the deletion anomaly and 11:16 updation and only 11:22 updation anomalies so coming to this 11:25 updation anomaly if there is a data 11:27 redundancy automatically this updation 11:29 will be done okay this anomaly will be 11:31 occurs see here we are having the 11:33 redundancy see this is the redundancy we 11:35 are having 11:36 and uh 11:37 this is the redundancy we are having so 11:40 if if the address of a particular 11:44 student Sandeep has been changed that 11:47 should be reflected in two different 11:49 rows 11:50 so hope you understood so there is a 11:53 redundancy column redundancy 11:56 so here 11:57 if the address of a student Sandeep has 12:01 been changed to 12:07 Bangalore so that should be reflected on 12:10 other rows which are related to this 12:12 particular Sunday 12:14 okay so we need to update the two 12:16 different rows so one updating one row 12:19 will not reflect on another row so here 12:22 what what happens in the first row the 12:24 assembly belongs to Bangalore in the 12:25 second row the Sunday belongs to 12:27 babatlan which shares the common student 12:29 ID 12:31 okay common student ID so 100 student ID 12:34 100 belongs to Bangalore in one Tuple 12:38 belongs to babatlin 12:40 so which is nothing but update anomaly 12:43 update anomaly so there is a redundancy 12:45 so if one uh Tuple has been changed 12:49 updated that should not that will not 12:51 reflect on the other thing other tuples 12:54 right so here 12:56 change of address 13:01 change of address 13:04 for student ID 13:06 101 13:10 will not 13:12 reflect on 13:15 other tuples 13:18 other triples and here we are having two 13:20 different uh I mean red energy and here 13:23 also we are having redundancy so which 13:26 belongs to same student ID right so if 13:29 you change this one so it should reflect 13:31 on the second one also but it doesn't 13:33 happens manually we have to change 13:36 another rows also which are related to 13:38 this particular one zero three together 13:40 so such type of anomaly we called as an 13:43 updation anomaly updation anomaly right 13:46 so this is just because of a poor design 13:50 okay a very bad design 13:53 so in order to avoid such anomalies we 13:56 need we need to move with the next one 13:58 that is a normalization so there will 14:00 split the tables which will avoid these 14:03 type of anomalies 14:05 okay we'll split this complete table 14:07 okay and we'll relate them we'll relate 14:10 them 14:11 so that's why 14:13 by splitting the tables we can avoid the 14:17 anomalies concept overcome the anomalies 14:20 that means of false occurred in the 14:21 database 14:23 right so hope you understood this one so 14:25 if you are having any doubts regarding 14:27 this anomalies concept feel free to post 14:29 your doubts in the comment section 14:30 definitely I will try to clarify all 14:31 your thoughts if you really enjoyed my 14:33 session like my session share my session 14:35 with your friends and don't forget to 14:36 subscribe to our Channel thanks for 14:38 watching thank you very much