0:02 [Music] 0:11 hello friends welcome back to our 0:13 channel 0:14 so 0:15 today we will discuss about the 0:17 introduction to rdbms and the basic 0:20 terminologies 0:22 in rdbms 0:28 so this rdbms stands for 0:33 relational 0:36 database management system relational 0:40 dbms 0:41 and the name itself indicates 0:43 it will deal with the 0:45 relations 0:46 all the relations 0:48 so here the relations means the data is 0:52 represented 0:56 data will be represented in terms of 0:59 rows 1:02 in 1:03 rows right so the data here the rate 1:06 will be represented in terms of rows and 1:09 that we call it as a relations right so 1:13 organizing the data in tables will be 1:16 very easy to access the data right if 1:19 any sort of the data is organized in the 1:21 form of tables then automatically it 1:23 will be very easy for 1:25 accessing that particular data so that's 1:27 why so this is a relational database and 1:30 a modern softwares 1:32 will be using 1:33 related to this relational database 1:36 management system that is a relational 1:38 dbms rdbus now we will see the basic 1:41 terminologies of this rdbms 1:46 so the first one 1:48 is 1:49 a relation 1:52 so what is meant by this relation in 1:54 rdbms 1:56 so this relation means 1:59 table 2:00 table is also known as a relation in 2:04 rdbms for example consider the student 2:07 database so student table 2:09 so student id 2:15 student name 2:20 percentage 2:22 percentage so 2:24 this is the 2:28 a table this is called a table or a 2:30 relation 2:32 it's called a 2:33 relation 2:34 for example student number is 101 and 2:38 the student name is some sandi 2:41 and the percentage is some 95 2:44 and the student 2:45 number is one or two 2:47 and name is samsara 2:50 and some percentage is 94 2:52 and 103 the student name is 2:56 some 2:58 deepak 2:59 and the percentage is some 90 right so 3:03 this is the student table this is a 3:06 student 3:07 table 3:09 and this we call it as a relation in rdm 3:12 or dbms so here you can see we are 3:16 giving the student details all the 3:18 student details are being organized in a 3:21 tabular format so that's why we call it 3:24 as a relation 3:26 right so relation means a table 3:29 which consists of rows and columns and 3:32 data 3:33 and the second terminology is 3:37 tuples 3:38 or 3:40 records 3:42 records so the individual row is known 3:45 as a tuple so if you observe 3:48 so this is 3:50 one tuple 3:51 and this is another triple 3:54 and this is an another tuple or we can 3:56 also call as a records so for example 3:59 you can see here 4:00 so this particular row consists of the 4:03 details of a student sunday the second 4:06 row consists of the details of a student 4:08 sarah 4:09 third row consists of the student 4:11 details related to a deeper right so 4:14 that means we are having three 4:17 rows we are having some three student 4:20 details right each row is known as a 4:22 tuple or a record so here we we need to 4:27 remember a few things that is in tuple 4:30 there should be no duplicate values 4:34 no duplicate tuples right 4:37 that means identical tuples should not 4:39 be included in the relation for example 4:41 we are having a fourth row one not one 4:44 and sandeep and 95 so if you observe 4:48 here the fourth row the fourth row is 4:51 having the unique elements of the first 4:53 row so one not one ninety five one hour 4:55 comes only 95 so 4:58 this should not be accepted that means 5:00 no duplicate tools should be available 5:05 right and 5:08 so all the tuples should follow 5:12 same format 5:16 same format that means the first one 5:18 student id student name and percentage 5:21 so the same format should be followed 5:23 for all the students 5:25 right and the next terminology so these 5:27 are called as a tuples right these are 5:29 called as a tuples and i am removing 5:31 this one 5:32 so no duplicate should be allowed in 5:35 tuples right 5:38 now 5:39 next one 5:41 attributes 5:44 attributes and these attributes are 5:46 known as 5:48 the columns okay the columns so 5:51 this is an attribute 5:55 and this is an attribute 5:59 this is an 6:01 attribute so attributes are for the 6:04 tuples so you can observe that user 6:07 first attribute should have a name 6:10 attribute 6:11 should have 6:14 a name to identify to name 6:17 should have a name to identify so here 6:20 student id is an attribute 6:22 student name is an attribute percentage 6:25 is an attribute so here i am writing 6:27 student 6:28 name is an attribute 6:31 sorry student id the first one is id 6:35 then student 6:38 name is one more attribute 6:40 percentage 6:44 is one more item so every attribute 6:46 should have a name to identify 6:49 right and also 6:52 there will be a unique attribute 6:56 unique attribute 7:00 known as a primary key 7:03 primary key to identify the tuples okay 7:08 to identify the tuple 7:10 there should be a unique attribute 7:11 called as a primary key 7:14 right for example if you take student 7:17 name so sandi so 7:19 in a class 7:20 there can be multiple students with the 7:24 same name 7:25 so it should not be considered as a 7:26 primary key 7:28 coming to the percentage so more than 7:30 one student can get a equal percentage 7:33 so for example 94 so 94 is a percentage 7:36 which can be get 7:38 for multiple students right so there 7:40 might be a chance so that should not be 7:42 considered as a percentage so coming to 7:44 the student id so student id will be the 7:47 unit 7:48 right so 7:50 no two students will share the same 7:52 student id so such attribute we call it 7:55 as a unique attribute and that is we 7:58 call it as a primary key to identify the 8:01 complete triple 8:03 right 8:05 and the next 8:10 one data item 8:13 so data item means the actual data so 8:17 this is also called as 8:19 cell data cell data so you can see this 8:22 is one cell 8:24 another cell another cell so these 8:27 points we call it as a cells these 8:28 blocks we call it as a cells so a cell 8:31 is an intersection of a tuple and 8:34 attribute okay a cell is an 8:37 intersection 8:41 intersection of 8:43 a tuple 8:45 and 8:46 attribute 8:48 so simply we can say it has intersection 8:50 of row and column so if you observe this 8:53 one it is an intersection of tuple and 8:56 column right so horizontally horizontal 9:00 row 9:01 right and a vertical column so this will 9:04 be represented as tuple and attribute 9:07 intersection 9:08 and these data must be 9:12 okay this data must be atomic atomic 9:14 means it should 9:17 have a single value the data cell or 9:21 data item should have a single value 9:24 right for example student id so one not 9:27 one comma one or two this is not a valid 9:29 so it should have only one value so one 9:31 not one so student name suddenly comma 9:34 abc so it is not a valid because it 9:36 should have only one value so the data 9:38 the cell data or a data item should have 9:41 a single value a single value 9:45 right so 9:47 relation 9:48 triples attributes data item 9:52 the next one 9:54 the next terminology 10:01 is a cardinality 10:08 cardinality so here the cardinality 10:10 means 10:12 a number of 10:13 tuples 10:15 gives the cardinality so in this example 10:18 how many tuples are there one two and 10:21 three so the cardinality of a student 10:24 table 10:25 cardinality 10:27 of 10:28 student table 10:34 is 10:35 3 because we are having the 3 tuples 3 10:38 rows so number of tuples or 10:41 number of rows gives the cardinality 10:44 okay the next one 10:49 degree 10:50 so degree means 10:54 number of 10:57 attributes 10:59 number of attributes gives the degree so 11:02 this is nothing but 11:04 cardinality 11:08 and 11:09 this is nothing but 11:12 degree right cardinality 3 a degree 3 11:18 because number of attributes for the 11:20 student table 11:21 is in 11:22 3 11:24 so degree 11:28 of 11:30 student table 11:33 three because student id student name in 11:36 a person is three attributes are there 11:38 that means the three columns right so 11:40 the degree of a student table will be 11:42 three cardinality 11:44 it's a number of tuples or number of 11:46 rows or number of records 11:49 the next one is 11:50 domain 11:53 so domain means all the possible values 12:02 given 12:04 for an 12:05 attribute 12:07 so 12:09 attribute is a column so we need we are 12:11 supposed to give a value for the 12:13 attribute right so 12:15 the what are the possible values that 12:17 should be given for an attribute is 12:19 called a domain in this example consider 12:22 this percentage so percentage will be 12:25 0 to 100 in between 0 and 100 right so 12:29 that is called a domain so here the 12:32 domain 12:33 for a percentage 12:35 is 12:36 0 to 100 12:38 so this is called 12:40 a domain right the possible values given 12:43 for the 12:44 attribute and the last one it say 12:48 null values 12:51 now values so coming to this null values 12:58 if 13:00 a cell 13:02 kept blank 13:11 during a data insertion 13:16 then that particular cell will be given 13:18 as a null values cell or attribute 13:21 whatever it may be for example the 13:22 student id 101 sandeep and if you are 13:25 not i am not giving this percentage 13:27 right i just kept blank then it will be 13:30 filled with a 13:31 null value so this is not equal to 13:37 not equal to 0 13:40 right so 13:41 null the null means that doesn't it 13:44 implies that the percentage is 0 right 13:47 so that percentage cell has been left 13:50 blank 13:51 right so we can fill that percentage in 13:54 future 13:55 so at present that cell has been kept 13:58 left 14:00 okay so and null value means if any cell 14:03 or an attribute kept blank during the 14:05 data insertion 14:07 that blank will be represented with a 14:10 null that blank will be represented 14:12 within null and this is not equal to 0 14:15 or a space 14:17 or any space 14:18 right it's not equal to 0 or any space 14:22 so this is the null values 14:25 so i hope you understood the basic 14:26 terminologies of our dbms so this is 14:29 called a relation the table is called as 14:31 a relation and the rows are called as a 14:33 tuples or records and the columns we 14:36 call it as a attributes and each 14:38 attribute we have we should have the 14:40 name and 14:42 unique attribute should be represented 14:44 with a primary key in order to represent 14:46 the complete tuple and 14:49 the number of tuples we call it as a 14:50 cardinality the number of columns we 14:52 call it as a degree 14:54 and domain the possible values given for 14:57 an attribute is called the mind 15:00 and 15:00 null values if the cell is kept blank 15:04 during the data and session that 15:06 particular cell will be filled with the 15:08 null values and it should it doesn't 15:10 mean it equal to zero or a space 15:13 right so this is this is the 15:16 basic introduction to rdbms and the 15:19 basic terminologies used in the 15:21 relational database management system 15:24 right so hope you understood this one 15:26 and if you are having any doubts 15:28 regarding this one feel free to post 15:29 your doubts in the comment section 15:30 definitely i will try to clarify all 15:32 your doubts 15:33 if you really enjoyed my session like my 15:35 session share my session with your 15:36 friends and don't forget to subscribe to 15:38 our channel thanks for watching thank 15:41 you very much