0:02 [Music] 0:11 hello friends welcome back to our 0:13 channel 0:14 so in today's session we discuss about 0:16 one more topic in dbms that is a 0:18 relational algebra 0:32 so coming to this relational algebra so 0:34 this is a theoretical language and which 0:36 is a base language for query language 0:42 it is a theoretical language 0:48 theoretical language 0:50 and 0:52 base for 0:55 sql 0:57 base for sql so usually 1:00 the relational model 1:06 relational model 1:10 we discuss about this one so relational 1:12 model means the data will be represented 1:14 in tables right relations in terms of 1:17 relations 1:18 and 1:19 in order to retrieve the data 1:29 in order to retrieve the data it 1:31 requires two different languages one is 1:35 theoretical 1:37 and based upon the theoretical we have 1:39 to implement the practical 1:42 and these theoretical languages are 1:45 relational 1:48 algebra 1:51 and 1:53 relational 1:58 calculus 2:00 and the practical knowledge is nothing 2:02 but the practical 2:03 uh programming language is estimate so 2:07 in the relational model if you want to 2:09 get the data practically we have to 2:12 write down the queries and 2:14 without using this sql we can't get the 2:16 data from the table 2:18 so in order to write the queries first 2:20 we need to have a knowledge on this 2:22 relational algebra 2:25 right so 2:26 this is a procedural language we call 2:28 this relational algebra as a 2:31 procedural language 2:34 procedural 2:35 language 2:36 and 2:37 we give some condition and based upon 2:39 that condition the data will be 2:41 retrieved from the 2:42 table 2:43 and now 2:45 in this session we will discuss about 2:47 the basic interaction of this relational 2:50 algebra and what are the different 2:52 operators available in this relational 2:54 algebra and from the next sessions we'll 2:58 go in deep with the operators different 3:00 operators 3:02 so coming to this one 3:08 there are different operations available 3:10 in relational algebra and here the input 3:15 the input will be the relation 3:18 the input will be the relation and we 3:20 will apply some operators okay 3:23 and the output 3:25 the output will also be in the form of a 3:28 relation itself relation itself so here 3:31 the relation means table 3:34 relation means in the form of table so 3:36 input and outputs will be tables and in 3:39 between we have to apply the operations 3:42 now what are the different operations 3:43 that can be done on this relational 3:46 algebra 3:48 see 3:52 relational algebra 3:58 so different operations first 4:00 unary operations unary 4:03 operators or operations 4:09 set theory operations 4:12 set theory operations 4:17 binary operations 4:27 extended 4:30 or derived 4:33 or derived operations 4:36 so these are all comes under this 4:38 relational algebra so coming to the 4:41 unary operations 4:43 so first one is a selection in order to 4:46 select 4:47 the data from the table so it is 4:49 represented as 4:54 sigma sigma 4:57 and the second one is a projection 5:01 so what exactly we required to display 5:03 in the table right so that will be 5:07 pi 5:09 and rename 5:11 rename 5:15 that's a row row symbol right so rename 5:19 means the name itself indicates we can 5:20 rename the table so all these operations 5:23 will be performed on a single relation 5:25 okay so selection will be applied on 5:27 single relation projection will be 5:29 applied on single relation and similarly 5:31 rename is also applied on symbolization 5:33 so that's why we call these 5:35 operations as a unary operations so that 5:38 means only one relation we are going to 5:40 apply all these things on one relation 5:43 coming to the secondary operations you 5:45 are aware about this theory so union 5:47 operation 5:50 intersection operation 5:53 so union means just combining the all 5:56 from the two tables so here uh the 5:58 section operations are also one type of 6:01 binary operations because here also will 6:03 use the two different relations so we'll 6:05 apply these operations on two different 6:07 relations so union means it will combine 6:10 the data of two tables intersection 6:12 means it will give the 6:15 common elements from two tables 6:17 and 6:21 cross product cross product 6:24 so this is also 6:25 the set theory operation so we'll go one 6:27 by one with an example in the further 6:29 sections right so let me list out all 6:31 the operations that can be performed on 6:32 this relational algebra in this class 6:36 and coming to the binary operations 6:39 so 6:40 join operation 6:43 join operation so it is represented as 6:46 this one 6:47 join operations 6:49 and 6:50 in this join 6:52 particularly inner join 6:54 inner join operation comes under here 6:56 and in the extended we have this outer 6:59 join 7:01 outer joint 7:03 right so inner joint in that inner join 7:06 again 7:07 theta joint 7:11 and 7:12 another one is a natural joint 7:15 natural join and here 7:18 left outer 7:20 join 7:23 right outer join 7:27 full outer join 7:30 full outer join and also 7:32 some aggregate functions there will be 7:34 some aggregate 7:39 aggregate functions 7:41 so that comes under 7:43 that comes under this extended right 7:46 and coming to this one inner join 7:48 and 7:50 division division operation division 7:53 operation with this one and here 7:55 here 7:56 uh we'll be having one more called 7:59 minus 8:02 or ascetic difference 8:05 or 8:06 set difference so which is nothing but 8:08 minus 8:10 right so these are all the operations 8:13 that can be performed performed on a 8:15 relational algebra so unary operations 8:18 set theory operations binary operations 8:21 and extended or derived operations 8:25 so urinary operation selection 8:26 projection training 8:28 uh 8:28 safety the operations union intersection 8:30 corresp cross product and minus 8:33 and here it is uh 8:36 sorry 8:40 see 8:40 join and division operation in in join 8:43 there are two two categories of joints 8:45 in the joint and how to join and here we 8:47 comes under inner join and in that inner 8:50 join again it is it can be implemented 8:51 with the two ways one is a theta join 8:53 another one is a natural join and coming 8:56 to the extender or railroad operations 8:58 the outer join in the outer join there 9:00 are three categories left outer join 9:02 right outer join and full outer join and 9:04 some aggregate functions we come center 9:06 here 9:07 so here once again i am repeating so in 9:09 this relational algebra the input will 9:11 be the relation that means a table and 9:12 the output will be also the relation 9:15 right so unary set theory operations 9:17 binary and extended or derived 9:19 operations so let's stop here in the 9:21 next session we'll start with the unary 9:22 operations of relational algebra 9:25 right so if you are having any doubts 9:27 regarding this one feel free to post 9:28 your doubts in the comment section 9:29 definitely i will try to clarify all 9:31 your doubts if you really enjoyed my 9:32 session like my session share my session 9:34 with your friends and don't forget to 9:35 subscribe to our channel thanks for 9:37 watching thank you very much