0:02 [Music] 0:11 hello friends welcome back to our 0:13 channel so in today's session we'll 0:15 discuss about the unary operations of 0:17 relational algebra in dbms 0:24 so unary operations 0:29 in 0:30 relational algebra 0:38 so in the previous session we have 0:39 discussed about the various operations 0:42 of relational algebra so in that we have 0:44 seen the unary operations binary 0:46 operations and set theory operations and 0:48 extended and derived operations 0:51 in that we will see these urinary 0:52 operations first what are meant by these 0:54 urinary operations 0:56 so 0:57 we know that unary operations are the 0:59 operations which done on a single 1:01 relation 1:03 so operations 1:08 perform 1:12 on 1:14 single relation 1:17 single relation so that we call it as a 1:20 urinary operation single relation means 1:22 a single table 1:23 single table right so let us consider 1:26 the table 1:28 let us consider a table with 1:30 some three fields 1:32 so 1:33 the first one is 1:35 some 1:36 roll number 1:37 rno 1:39 and then second one is 1:43 some name 1:44 student name 1:48 and the third one is a 1:50 percentage 1:52 percentage let us take these three 1:54 fields 1:55 okay roll number some one zero one 1:57 some 1:58 sandy 2:01 some 98 percent 2:03 one zero two 2:17 some hundred percent 2:24 104 2:27 ashok 2:29 99 2:34 one zero five 2:37 hurry 2:39 forty percent 2:44 right so let us take this relation a 2:46 student relation right so now what are 2:49 the operations that can be performed on 2:51 this particular relation only single 2:52 relation right so let it be the relation 2:55 name is 2:56 student 3:00 student 3:02 relations let's take here some 3:05 85 percentage 3:07 and let us take this one 3:10 with a 3:11 70 percentage okay so there is a slight 3:13 difference in the parts percentages now 3:16 the first operation is 3:18 selection operation 3:21 selection operation and usually this 3:24 selection operation is represented as 3:27 sigma 3:30 sigma 3:31 right 3:32 so 3:33 it is represented as 3:35 sigma 3:37 and this is nothing but the horizontal 3:40 subset of this relation horizontal 3:42 subset means the rows 3:44 so to get the complete rows so we call 3:47 them as a rules or tuples or entities 3:49 right so in order to get the entities or 3:52 in order to get the rows in order to get 3:55 the tuples we have to use this 3:57 sigma selection operation so it is a 4:01 horizontal subset horizontal 4:06 subset 4:07 right the syntax for this selection is 4:12 sigma and here we need to write the 4:14 condition 4:16 condition 4:17 and here you need to write the 4:19 relation mean 4:23 relation name 4:26 right condition and the relation name so 4:28 if you want to get all the records from 4:31 this particular relation 4:33 so 4:36 to get all records 4:41 from relation 4:44 the 4:45 formula is sigma 4:48 followed by 4:50 student 4:51 so we are not giving any condition here 4:53 so it automatically it will get all the 4:56 records of a student 4:58 okay if you are not specifying any 5:00 condition it will get all the 5:02 records of a student now 5:05 now 5:06 if we want to get all the records from 5:09 the relation 5:12 whose percentage 5:16 is 5:16 less than 5:18 90. 5:19 so we need to get 5:21 the records 5:22 get the records of the students 5:25 from the relation whose percentage is 5:27 less than 90 now 5:29 here we have to write the condition but 5:31 the condition here percentage less than 5:34 90 5:35 from this 5:37 from the relation 5:38 student 5:41 student so this is the 5:43 a simple 5:44 relation i mean simple formula to get 5:47 the records of a student 5:49 from the student record whose percentage 5:52 is less than 90 5:55 right so 5:57 like this we can use a multiple 5:58 conditions here 6:00 okay so by using the logical operators 6:04 and 6:06 all 6:07 okay so by using this two 6:10 end and r we can use the logical 6:12 operators and here we need to write the 6:14 condition so this is a simple condition 6:17 this is a simple condition 6:19 right so 6:21 this selection operation is used to get 6:23 the horizontal subset that is a records 6:26 records 6:28 the second one is 6:30 the second one is 6:32 projection operation 6:35 projection operation and it was 6:37 represented as a pipe 6:40 pi 6:42 this was represented as 6:46 pi 6:47 and this is a vertical subset 6:50 it gives the 6:51 vertical subset vertical subset means 6:53 columns so which columns to be 6:56 represented or which columns to be 6:58 uh get in the result right so in the 7:01 result we if we don't want to get all 7:04 the complete columns we can restrict the 7:07 columns that which we want to display on 7:09 the screen by using this projection 7:11 operation so that that's why we call it 7:13 as a vertical subset so here 7:16 we are not writing any condition simply 7:19 we have to write the pi 7:22 and give the column 1 7:24 comma column 2 etc etc 7:28 from 7:29 the relation 7:30 from the 7:31 given 7:32 relation right 7:34 relation 7:35 mean 7:37 so this is 7:39 how we can restrict the columns for 7:42 example 7:44 if you want to get only if you want to 7:46 display only the roll number 7:49 simply you used to 7:51 see 7:54 display 7:56 roll number 7:58 and percentage 8:00 so simply you have to use a pipe 8:03 give the roll number 8:05 comma percentage followed by relation 8:08 name student 8:12 right so this is how we can get only 8:15 the 8:16 columns roll number and percentage and 8:19 if you want to get the display roll 8:21 numbers and percentage 8:23 of 8:24 students of students 8:27 whose percentage 8:31 is greater than 90 8:33 is a greater than 90 so i need to get 8:35 the details of students whose percentage 8:38 is greater than 90 and i just want to 8:40 display only the roll number and 8:41 percentage 8:43 so then simply use pi 8:46 roll number percentage instead of giving 8:48 here the roll number i mean the relation 8:51 use the selection operation sigma 8:54 sigma condition here what is the 8:56 condition percentage 9:02 percentage greater than 90 9:05 from 9:06 student 9:07 so we get the complete details of a 9:10 student whose percentage is greater than 9:12 90 so first this one will be executed 9:14 and from this result it will display 9:16 only the roll number and a percentage 9:20 so hope you understood right so first 9:22 this select query will be executed so 9:24 that will get all the student details 9:27 whose percentage is greater than 90 so 9:30 we'll get 9:31 these two 9:32 results but we need to display only the 9:34 role number and percentage so 9:37 after completion of this query so this 9:39 will be executed so it will display only 9:42 roll number followed by the percentage 9:44 so that is the 9:46 projection operation 9:48 projection operation right so we can 9:50 combine the projection and the selection 9:52 no problem so based upon the query we 9:54 have to write down the formula and the 9:58 next last one is in the unary operations 10:00 in the unary operations the last one is 10:04 so how to rename the 10:06 relation 10:11 rename 10:13 operation rename operation which is 10:16 represented as rho 10:20 okay 10:22 row 10:24 right so here the syntax for renaming 10:28 the relation is 10:31 row 10:33 followed by 10:34 a new name 10:37 followed by 10:38 relation name 10:41 relation name 10:45 right so here example if you want to 10:49 change the student as 10:52 student as 10:53 some 10:55 students okay some students 10:57 so i'll go with the row 10:59 so write it here 11:01 uh let it be some final year 11:04 finally a students okay so i will give 11:06 here the new table name as final fine 11:10 year students 11:12 finally a students final underscore 11:14 students followed by 11:16 student 11:17 so automatically this student name will 11:21 be replaced with final underscore 11:24 student that means it was remake 11:26 it was renamed 11:29 okay it was raining renamed from 11:32 this particular student 11:35 okay so hope you understood this one 11:38 so 11:39 this this is the urinary operations all 11:42 these are the unary operations so 11:44 selection operation projection operation 11:46 rename operations so these operations 11:49 will be performed on a single relation 11:52 so that's why we call these operations 11:54 as 11:55 the 11:56 urinary operations 11:58 so let's stop here so in the next 12:00 session we'll see the sec theory 12:02 operations in relational algebra that is 12:05 intersection union 12:08 cartesian product and a minus 12:10 or a set difference so we'll see all the 12:13 four 12:14 in the next session these are the set 12:16 theory operations so let's stop here so 12:18 hope you understood this complete 12:20 session of unary operations in dbms so 12:23 if you are having any doubt regarding 12:24 this one feel free to post your doubts 12:26 in the comment section definitely i will 12:27 try to clarify all your doubts if you 12:30 really enjoyed my session like my 12:31 session share my session with your 12:32 friends and don't forget to subscribe to 12:34 our channel thanks for watching thank 12:36 you very much