0:02 [Music] 0:12 hello friends welcome back to our 0:13 channel 0:14 so in today's session we'll discuss 0:16 about one more topic in 0:19 dbms that is 0:22 schema 0:24 and 0:26 instance 0:29 so what is the schema and what is the 0:32 instance 0:33 so coming to the schema 0:38 the schema in a database 0:41 is treated as a 0:43 structure 0:47 of 0:48 any database 0:52 is represented as a schema 0:55 okay so not the data it's a structure 0:58 so consider some student table 1:02 consider the student table so student 1:04 can be identified 1:06 by using role number 1:11 name 1:14 some college 1:16 etc 1:18 so 1:19 this is called 1:21 structure 1:24 and here we call it as a 1:26 schema 1:27 so schema is a structure which the 1:30 database follows is known as schema 1:33 now 1:35 this schema is divided into three 1:37 categories okay and this database design 1:40 will be done in three types three levels 1:44 so 1:44 the first level 1:50 physical level 1:55 and the second one 2:00 logical level 2:07 level three 2:11 view level 2:13 right so here the schema that means the 2:16 design of a database can be done in 2:19 three different levels physical logical 2:21 and view level so let me explain about 2:24 this one and this process we call it as 2:27 a 2:28 three 2:29 schema database 2:31 okay three schema three time okay 2:34 so 2:35 let me explain here 2:42 so this is the database 2:54 physical 3:10 logical 3:22 okay 3:39 so 3:41 this is a view level 3:43 okay 3:48 so this is called a physical schema 3:54 physical schema or a physical level 3:57 and this is a logical 4:01 schema or a logical level 4:08 and this is a 4:09 view schema 4:13 and this physical schema is also known 4:15 as the internal level 4:18 internal 4:19 level 4:20 and this logical schema is also called 4:22 as a conceptual level 4:26 conceptual 4:28 level 4:29 and this view schema is also called as 4:31 an external level 4:34 so let us see what happens here 4:37 so this physical schema means 4:39 the design of a database done at the 4:41 physical level is known as a physical 4:44 schema 4:45 and 4:46 the conceptual level that means 4:48 the database design 4:50 done at the conceptual level is known as 4:52 a logical schema 4:54 and the database design 4:56 done at the external level is known as 4:59 view schema and here in this view schema 5:01 there will be different views 5:03 okay 5:05 now 5:06 coming to the physical 5:11 physical schema 5:14 here the data is stored in a physical 5:17 storage that means how the data is 5:20 stored 5:22 how 5:23 the data 5:26 is stored 5:34 in a storage okay in a storage 5:37 that means in terms of files okay or 5:40 indexes so in order to retrieve the data 5:43 we'll use indexes so like this 5:45 example like files 5:47 okay files in folders 5:50 files or folders etc etc 5:52 that is the 5:53 data stored in the 5:56 database okay i mean the storage storage 5:59 device 6:00 and the next one is a logical schema 6:05 logical schema 6:09 so here 6:10 how the data is stored in terms of 6:14 the logical constraints okay how the 6:16 data is actually stored that means 6:20 in terms of tables 6:22 so what are the constraints so 6:25 logical constraints 6:28 logical constraints 6:32 right attributes 6:35 what are the attributes 6:37 relationship 6:40 the relationship between 6:43 attributes so everything will be 6:45 designed everything will be designed in 6:47 this particular logical level right so 6:49 logical constraints means what is the 6:51 primary key what is the 6:53 foreign key everything 6:54 right so here the implementation details 6:57 will be hidden okay the logical schema 6:59 the implementation details will be 7:00 hidden but it designs the 7:03 complete uh this 7:05 how the data is stored in the tables 7:07 that means how what are the attributes 7:09 and what are the logical constraints and 7:11 how the tables will be related one one 7:13 with each other etcetera etc will be 7:15 designed here 7:16 and coming to the view schema 7:25 coming to the view schema 7:26 so how the user interacts with the 7:29 database right how the user end user 7:33 okay so this completely deals with the 7:36 end user interaction 7:42 with the database 7:45 with a database 7:47 so this will be done in the view schema 7:49 so different users will view differently 7:52 okay different views users will view 7:54 differently okay 7:56 so this is a view schema which is also 7:58 called as an external level so that's 8:00 why we are having a multiple views 8:02 multiple views so based upon the user 8:05 the view will be changed 8:07 okay so end user interaction with the 8:10 database so this is completely 8:13 the schema what exactly the schema so 8:16 let us take an example i will tell you 8:18 the example 8:19 so 8:26 so if you are having a website okay so 8:28 college website 8:33 college website 8:35 so here 8:36 i am giving some role number so i am 8:38 having one text box 8:41 so it it will ask me about the role 8:43 number so i need to enter the role 8:46 number here 8:47 and if you submit the button 8:52 right enter this roll number some one 8:54 zero one 8:55 and enter the submit button so 8:57 immediately i will get the details of a 9:00 student in a form right 9:02 so 9:04 see 9:07 roll number 9:10 photo 9:11 photo of the student 9:14 name 9:17 some branch 9:21 cgpa 9:25 okay 9:26 some placement details 9:29 placement details so i need to i'm 9:31 getting this one okay i'm just entering 9:34 the roll number and after clicking on 9:36 the submit button i'm getting this page 9:39 which consists of all the details of the 9:41 students along with the photo photograph 9:43 so 9:44 this is called a view schema 9:48 view schema so from where we are getting 9:51 this roll number name brand cgp and 9:53 placement details and including the 9:54 photograph 9:56 so here we are entering only the roll 9:58 number 9:59 okay here the input is only the roll 10:00 number but we are getting the complete 10:02 profile of a student so whatever the 10:05 profile we are observing or which is 10:07 visible to the user that we call it as a 10:10 view schema so in such a way the 10:12 database has been designed 10:14 okay so this is called the end user 10:17 interaction end user interaction so this 10:20 is this is how 10:21 okay actually the data will not be 10:23 stored in the database in this format 10:26 so in the database the data will be 10:28 stored in different format but 10:30 so coming to the user uh view we are 10:32 getting in this way so this is called a 10:34 view schema so actually this role number 10:37 name branch student 10:39 will be taken in this way so roll number 10:44 name 10:48 branch 10:50 cgpa 10:54 placement 10:55 so 10:56 this is a table 10:58 this is a student table 11:03 right 11:05 so this is a student table and we are 11:07 having a different records here 11:09 we are having 11:11 different records 11:13 so we are having one not one one or two 11:15 some one or three 11:17 right so 11:19 this is how the data is designed in the 11:22 logical level so here the primary key is 11:25 a roll number so which which is an 11:27 unique identifier of the tuple okay 11:30 which is a unique identifier of a tuple 11:32 so roll number based upon the roll 11:35 number we are getting all these details 11:37 okay so this is how 11:40 the logical schema this is how the 11:43 logical schema is defined okay so what 11:45 is the table what are the attributes 11:47 these are called attributes right and 11:50 what is a primary key what is a foreign 11:52 key so etcetera all the logical 11:54 constraints and how this table is 11:56 related to another table right so 11:58 everything will be designed in this 12:01 logical schema 12:02 and coming to the physical schema how 12:04 actually these details will be stored in 12:07 the database 12:08 so this is the database right 12:10 so how these details will be stored in 12:12 the database so that means in a storage 12:14 device in a storage device so that we 12:17 call it as a physical scheme 12:20 right so hope you understood this one so 12:22 this is the schema schema is nothing but 12:26 a structure 12:27 of a database structure of a database 12:31 right now 12:33 what is an instance 12:34 so is the instance and schema both are 12:36 equal 12:37 exactly it's not both are not equal so 12:40 both are different right so instance 12:43 means a view of a database at a 12:46 particular moment or a particular time 12:49 right so 12:52 let me tell you this 13:00 so coming to the instance 13:05 so it is a view 13:08 of a database 13:09 a view of a database 13:13 at a particular 13:17 at a particular 13:19 instance of time 13:22 instance of 13:24 time 13:24 so 13:25 the data data available in the database 13:28 may change frequently right so 13:31 for example 13:33 today we are having 13:35 some 13:37 50 student records 13:39 right so records of 50 students 13:42 so maybe 13:44 tomorrow 13:46 let it be a few more students have been 13:49 added right let it be some 75 students 13:51 have been added 13:53 so 13:54 at that particular moment so this is a 13:56 view of a database 13:58 so an instance means 14:01 which i mean the data of a database can 14:04 be changed frequently that means the 14:06 instance will be changed from time to 14:09 time 14:10 but the schema is a structure which will 14:12 be 14:13 fixed and 14:15 we have to follow the schema so that 14:17 structure of a database 14:19 so we can't change the schema frequently 14:22 right so that is a major difference 14:24 between the schema and instance 14:27 so schema can be categorized into three 14:28 levels so 14:30 internal level conceptual level and the 14:32 external level internal level means 14:34 database design 14:36 at the physical physical level and 14:38 conceptual level means the database 14:40 design at the logical level and the 14:43 external level the database design it 14:46 end user interaction that means a view 14:47 level 14:48 okay so it will be having the multiple 14:50 views so this is about the difference 14:53 between the schema and instance so hope 14:56 you understood this difference so if you 14:57 are having any doubts regarding this 14:59 instance and schema feel free to post 15:01 your dots in the comment section 15:02 definitely i will try to clarify all 15:03 your doubts if you really enjoyed my 15:05 session like my session share my session 15:07 with your friends and don't forget to 15:09 subscribe to our channel thanks for 15:11 watching thank you very much