├── .idea ├── .gitignore ├── Dbms_Series.iml ├── misc.xml ├── modules.xml └── vcs.xml ├── Complete SQL in one shot └── Complete SQL one shot.pdf ├── LICENSE ├── Lec- 1 Data and Information └── dbms series.pdf ├── Lec- 10 3 tier Architecture └── dbms series.pdf ├── Lec- 11 Data model └── dbms series.pdf ├── Lec- 12 Data Independence └── dbms series.pdf ├── Lec- 13 Essential components of table └── dbms series.pdf ├── Lec- 14 View in DBMS └── dbms series.pdf ├── Lec- 15 keys and its types └── dbms series.pdf ├── Lec- 16 Referential integrity └── dbms series (1).pdf ├── Lec- 17 Insert | Update | Delete from Refrenced table └── dbms series.pdf ├── Lec- 18 Insert | Update | Delete from Refrencing table └── dbms series (2).pdf ├── Lec- 19 Integrity Constraints in DBMS └── dbms series.pdf ├── Lec- 2 Database & file System └── dbms series.pdf ├── Lec- 20 Super key └── dbms series.pdf ├── Lec- 21 ER model in DBMS └── dbms series (1).pdf ├── Lec- 22 Entity & Its types | ER model └── dbms series.pdf ├── Lec- 23 Attribute & its types | ER model └── dbms series (2).pdf ├── Lec- 24 Relationship, Degree and Cardinality | ER Model └── dbms series.pdf ├── Lec- 25 1-1 relationship └── Relationship in er.pdf ├── Lec- 26 1-N relationship ├── Copy of One to many.pdf └── One to many.pdf ├── Lec- 27 N-1 relationship └── many to one.pdf ├── Lec- 28 N-N relationship └── many to many.pdf ├── Lec- 29 Participation Constraint └── participation constraint.pdf ├── Lec- 3 DBMS & Applications └── dbms series.pdf ├── Lec- 30 Extended ER features └── Extended Entity Relation.pdf ├── Lec- 31 Specialization └── Specialization _ Generalization.pdf ├── Lec- 32 Generalization └── Specialization _ Generalization.pdf ├── Lec- 33 Aggregation └── Aggregation.pdf ├── Lec- 34 Steps to draw an ER model └── Steps to design an ER model.pdf ├── Lec- 35 ER Model of instagram └── dbms series (1).pdf ├── Lec- 36 Relational Model └── dbms series.pdf ├── Lec- 37 ER model to Relational Model └── dbms series (1).pdf ├── Lec- 38 Complete SQL series └── Complete SQL in one video.pdf ├── Lec- 39 Intension & Extension in DBMS └── dbms series.pdf ├── Lec- 4 One shot revision └── Lecture 4.pdf ├── Lec- 40 What is RDBMS └── dbms series.pdf ├── Lec- 41 Normalisation └── Normalisation.pdf ├── Lec- 42 Denormalisation └── Denormalisation.pdf ├── Lec- 43 Functional Dependency └── functional dependency.pdf ├── Lec- 44 Attribute Closure └── attribute closure.pdf ├── Lec- 45 Finding super key using attribute closure └── superkey.pdf ├── Lec- 46 Finding candidate key using attribute closure └── candidate key.pdf ├── Lec- 47 First Normal Form └── 1NF.pdf ├── Lec- 48 Second Normal Form └── 2NF.pdf ├── Lec- 49 Third Normal Form └── 3NF.pdf ├── Lec- 5 Types of Databases └── Lecture 5.pdf ├── Lec- 50 BCNF └── bcnf.pdf ├── Lec- 51 Lossy and Lossless decomposition └── Lossy and lossless decomposition.pdf ├── Lec- 52 Dependency preserving decomposition └── dependency preserving decomposition.pdf ├── Lec- 53 Fourth Normal Form └── 4nf.pdf ├── Lec- 54 Fifth Normal Form └── 5nf.pdf ├── Lec- 55 Highest Normal Form └── highest nf.pdf ├── Lec- 56 Normalise a table └── How to normalise a table.pdf ├── Lec- 57 Equivalence of FD └── Equivalence of Functional Dependencies.pdf ├── Lec- 58 Minimal cover in FD └── Minimal cover of FD.pdf ├── Lec- 59 Transaction and Concurrency control └── transaction and concurrency.pdf ├── Lec- 6 Need, Advantages & Disavantages of dbms └── Lec 6.pdf ├── Lec- 60 ACID properties └── acid.pdf ├── Lec- 61 Isolation and its level └── isolation and its level.pdf ├── Lec- 62 Schedule and its types └── schedule and its types.pdf ├── Lec- 63 Concurrent VS Parallel Schedule └── parallel vs concurrent schedule.pdf ├── Lec- 64 Serializability and its types └── serializibilty.pdf ├── Lec- 65 Conflict-Serializability └── Conflict serializibility.pdf ├── Lec- 66 View-Serializability └── view-serializibility.pdf ├── Lec- 67 Why do we need Concurrency Control mechanisms └── Why do we need Concurrency control tecniques.pdf ├── Lec- 68 Concurrency control mechanisms └── Concurrency control mechanisms.pdf ├── Lec- 69 Database Recovery management └── Database recovery management.pdf ├── Lec- 7 DataAbstraction & Different levels └── dbms series.pdf ├── Lec- 70 Techniques for optimizing SQL queries and File organization └── Query optimization and file organisation.pdf ├── Lec- 71 Indexing and its types └── indexing and its types.pdf ├── Lec- 72 B and B+ trees └── B and B+ tree.pdf ├── Lec- 73 Difference between B and B+ trees └── Diff between B and b+ trees.pdf ├── Lec- 74 Scaling in Databases └── Scaling and sharding.pdf ├── Lec- 75 Role based access control └── RBAC.pdf ├── Lec- 76 Encryption └── Encryption.pdf ├── Lec- 77 Data masking techniques └── data masking techniques.pdf ├── Lec- 8 Schema & Instance in DBMS └── dbms series.pdf ├── Lec- 9 DBMS Architecture └── dbms series 7.48.16 PM.pdf ├── README.md ├── Syllabus └── dbms series.pdf ├── Top SQL Interview questions-part2 └── Top SQL interview-2.pdf └── Top SQL Interview questions └── Top SQL interview questions.pdf /.idea/.gitignore: -------------------------------------------------------------------------------- 1 | # Default ignored files 2 | /shelf/ 3 | /workspace.xml 4 | -------------------------------------------------------------------------------- /.idea/Dbms_Series.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/.idea/Dbms_Series.iml -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/.idea/misc.xml -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/.idea/modules.xml -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/.idea/vcs.xml -------------------------------------------------------------------------------- /Complete SQL in one shot/Complete SQL one shot.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Complete SQL in one shot/Complete SQL one shot.pdf -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/LICENSE -------------------------------------------------------------------------------- /Lec- 1 Data and Information/dbms series.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 1 Data and Information/dbms series.pdf -------------------------------------------------------------------------------- /Lec- 10 3 tier Architecture/dbms series.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 10 3 tier Architecture/dbms series.pdf -------------------------------------------------------------------------------- /Lec- 11 Data model/dbms series.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 11 Data model/dbms series.pdf -------------------------------------------------------------------------------- /Lec- 12 Data Independence/dbms series.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 12 Data Independence/dbms series.pdf -------------------------------------------------------------------------------- /Lec- 13 Essential components of table/dbms series.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 13 Essential components of table/dbms series.pdf -------------------------------------------------------------------------------- /Lec- 14 View in DBMS/dbms series.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 14 View in DBMS/dbms series.pdf -------------------------------------------------------------------------------- /Lec- 15 keys and its types/dbms series.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 15 keys and its types/dbms series.pdf -------------------------------------------------------------------------------- /Lec- 16 Referential integrity/dbms series (1).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 16 Referential integrity/dbms series (1).pdf -------------------------------------------------------------------------------- /Lec- 17 Insert | Update | Delete from Refrenced table/dbms series.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 17 Insert | Update | Delete from Refrenced table/dbms series.pdf -------------------------------------------------------------------------------- /Lec- 18 Insert | Update | Delete from Refrencing table/dbms series (2).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 18 Insert | Update | Delete from Refrencing table/dbms series (2).pdf -------------------------------------------------------------------------------- /Lec- 19 Integrity Constraints in DBMS/dbms series.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 19 Integrity Constraints in DBMS/dbms series.pdf -------------------------------------------------------------------------------- /Lec- 2 Database & file System/dbms series.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 2 Database & file System/dbms series.pdf -------------------------------------------------------------------------------- /Lec- 20 Super key/dbms series.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 20 Super key/dbms series.pdf -------------------------------------------------------------------------------- /Lec- 21 ER model in DBMS/dbms series (1).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 21 ER model in DBMS/dbms series (1).pdf -------------------------------------------------------------------------------- /Lec- 22 Entity & Its types | ER model/dbms series.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 22 Entity & Its types | ER model/dbms series.pdf -------------------------------------------------------------------------------- /Lec- 23 Attribute & its types | ER model/dbms series (2).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 23 Attribute & its types | ER model/dbms series (2).pdf -------------------------------------------------------------------------------- /Lec- 24 Relationship, Degree and Cardinality | ER Model/dbms series.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 24 Relationship, Degree and Cardinality | ER Model/dbms series.pdf -------------------------------------------------------------------------------- /Lec- 25 1-1 relationship/Relationship in er.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 25 1-1 relationship/Relationship in er.pdf -------------------------------------------------------------------------------- /Lec- 26 1-N relationship/Copy of One to many.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 26 1-N relationship/Copy of One to many.pdf -------------------------------------------------------------------------------- /Lec- 26 1-N relationship/One to many.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 26 1-N relationship/One to many.pdf -------------------------------------------------------------------------------- /Lec- 27 N-1 relationship/many to one.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 27 N-1 relationship/many to one.pdf -------------------------------------------------------------------------------- /Lec- 28 N-N relationship/many to many.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 28 N-N relationship/many to many.pdf -------------------------------------------------------------------------------- /Lec- 29 Participation Constraint/participation constraint.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 29 Participation Constraint/participation constraint.pdf -------------------------------------------------------------------------------- /Lec- 3 DBMS & Applications/dbms series.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 3 DBMS & Applications/dbms series.pdf -------------------------------------------------------------------------------- /Lec- 30 Extended ER features/Extended Entity Relation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 30 Extended ER features/Extended Entity Relation.pdf -------------------------------------------------------------------------------- /Lec- 31 Specialization/Specialization _ Generalization.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 31 Specialization/Specialization _ Generalization.pdf -------------------------------------------------------------------------------- /Lec- 32 Generalization/Specialization _ Generalization.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 32 Generalization/Specialization _ Generalization.pdf -------------------------------------------------------------------------------- /Lec- 33 Aggregation/Aggregation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 33 Aggregation/Aggregation.pdf -------------------------------------------------------------------------------- /Lec- 34 Steps to draw an ER model/Steps to design an ER model.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 34 Steps to draw an ER model/Steps to design an ER model.pdf -------------------------------------------------------------------------------- /Lec- 35 ER Model of instagram/dbms series (1).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 35 ER Model of instagram/dbms series (1).pdf -------------------------------------------------------------------------------- /Lec- 36 Relational Model/dbms series.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 36 Relational Model/dbms series.pdf -------------------------------------------------------------------------------- /Lec- 37 ER model to Relational Model/dbms series (1).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 37 ER model to Relational Model/dbms series (1).pdf -------------------------------------------------------------------------------- /Lec- 38 Complete SQL series/Complete SQL in one video.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 38 Complete SQL series/Complete SQL in one video.pdf -------------------------------------------------------------------------------- /Lec- 39 Intension & Extension in DBMS/dbms series.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 39 Intension & Extension in DBMS/dbms series.pdf -------------------------------------------------------------------------------- /Lec- 4 One shot revision/Lecture 4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 4 One shot revision/Lecture 4.pdf -------------------------------------------------------------------------------- /Lec- 40 What is RDBMS/dbms series.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 40 What is RDBMS/dbms series.pdf -------------------------------------------------------------------------------- /Lec- 41 Normalisation/Normalisation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 41 Normalisation/Normalisation.pdf -------------------------------------------------------------------------------- /Lec- 42 Denormalisation/Denormalisation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 42 Denormalisation/Denormalisation.pdf -------------------------------------------------------------------------------- /Lec- 43 Functional Dependency/functional dependency.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 43 Functional Dependency/functional dependency.pdf -------------------------------------------------------------------------------- /Lec- 44 Attribute Closure/attribute closure.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 44 Attribute Closure/attribute closure.pdf -------------------------------------------------------------------------------- /Lec- 45 Finding super key using attribute closure/superkey.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 45 Finding super key using attribute closure/superkey.pdf -------------------------------------------------------------------------------- /Lec- 46 Finding candidate key using attribute closure/candidate key.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 46 Finding candidate key using attribute closure/candidate key.pdf -------------------------------------------------------------------------------- /Lec- 47 First Normal Form/1NF.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 47 First Normal Form/1NF.pdf -------------------------------------------------------------------------------- /Lec- 48 Second Normal Form/2NF.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 48 Second Normal Form/2NF.pdf -------------------------------------------------------------------------------- /Lec- 49 Third Normal Form/3NF.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 49 Third Normal Form/3NF.pdf -------------------------------------------------------------------------------- /Lec- 5 Types of Databases/Lecture 5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 5 Types of Databases/Lecture 5.pdf -------------------------------------------------------------------------------- /Lec- 50 BCNF/bcnf.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 50 BCNF/bcnf.pdf -------------------------------------------------------------------------------- /Lec- 51 Lossy and Lossless decomposition/Lossy and lossless decomposition.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 51 Lossy and Lossless decomposition/Lossy and lossless decomposition.pdf -------------------------------------------------------------------------------- /Lec- 52 Dependency preserving decomposition/dependency preserving decomposition.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 52 Dependency preserving decomposition/dependency preserving decomposition.pdf -------------------------------------------------------------------------------- /Lec- 53 Fourth Normal Form/4nf.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 53 Fourth Normal Form/4nf.pdf -------------------------------------------------------------------------------- /Lec- 54 Fifth Normal Form/5nf.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 54 Fifth Normal Form/5nf.pdf -------------------------------------------------------------------------------- /Lec- 55 Highest Normal Form/highest nf.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 55 Highest Normal Form/highest nf.pdf -------------------------------------------------------------------------------- /Lec- 56 Normalise a table/How to normalise a table.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 56 Normalise a table/How to normalise a table.pdf -------------------------------------------------------------------------------- /Lec- 57 Equivalence of FD/Equivalence of Functional Dependencies.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 57 Equivalence of FD/Equivalence of Functional Dependencies.pdf -------------------------------------------------------------------------------- /Lec- 58 Minimal cover in FD/Minimal cover of FD.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 58 Minimal cover in FD/Minimal cover of FD.pdf -------------------------------------------------------------------------------- /Lec- 59 Transaction and Concurrency control/transaction and concurrency.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 59 Transaction and Concurrency control/transaction and concurrency.pdf -------------------------------------------------------------------------------- /Lec- 6 Need, Advantages & Disavantages of dbms/Lec 6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 6 Need, Advantages & Disavantages of dbms/Lec 6.pdf -------------------------------------------------------------------------------- /Lec- 60 ACID properties/acid.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 60 ACID properties/acid.pdf -------------------------------------------------------------------------------- /Lec- 61 Isolation and its level/isolation and its level.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 61 Isolation and its level/isolation and its level.pdf -------------------------------------------------------------------------------- /Lec- 62 Schedule and its types/schedule and its types.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 62 Schedule and its types/schedule and its types.pdf -------------------------------------------------------------------------------- /Lec- 63 Concurrent VS Parallel Schedule/parallel vs concurrent schedule.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 63 Concurrent VS Parallel Schedule/parallel vs concurrent schedule.pdf -------------------------------------------------------------------------------- /Lec- 64 Serializability and its types/serializibilty.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 64 Serializability and its types/serializibilty.pdf -------------------------------------------------------------------------------- /Lec- 65 Conflict-Serializability /Conflict serializibility.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 65 Conflict-Serializability /Conflict serializibility.pdf -------------------------------------------------------------------------------- /Lec- 66 View-Serializability /view-serializibility.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 66 View-Serializability /view-serializibility.pdf -------------------------------------------------------------------------------- /Lec- 67 Why do we need Concurrency Control mechanisms/Why do we need Concurrency control tecniques.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 67 Why do we need Concurrency Control mechanisms/Why do we need Concurrency control tecniques.pdf -------------------------------------------------------------------------------- /Lec- 68 Concurrency control mechanisms/Concurrency control mechanisms.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 68 Concurrency control mechanisms/Concurrency control mechanisms.pdf -------------------------------------------------------------------------------- /Lec- 69 Database Recovery management/Database recovery management.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 69 Database Recovery management/Database recovery management.pdf -------------------------------------------------------------------------------- /Lec- 7 DataAbstraction & Different levels/dbms series.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 7 DataAbstraction & Different levels/dbms series.pdf -------------------------------------------------------------------------------- /Lec- 70 Techniques for optimizing SQL queries and File organization/Query optimization and file organisation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 70 Techniques for optimizing SQL queries and File organization/Query optimization and file organisation.pdf -------------------------------------------------------------------------------- /Lec- 71 Indexing and its types/indexing and its types.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 71 Indexing and its types/indexing and its types.pdf -------------------------------------------------------------------------------- /Lec- 72 B and B+ trees/B and B+ tree.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 72 B and B+ trees/B and B+ tree.pdf -------------------------------------------------------------------------------- /Lec- 73 Difference between B and B+ trees/Diff between B and b+ trees.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 73 Difference between B and B+ trees/Diff between B and b+ trees.pdf -------------------------------------------------------------------------------- /Lec- 74 Scaling in Databases/Scaling and sharding.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 74 Scaling in Databases/Scaling and sharding.pdf -------------------------------------------------------------------------------- /Lec- 75 Role based access control/RBAC.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 75 Role based access control/RBAC.pdf -------------------------------------------------------------------------------- /Lec- 76 Encryption/Encryption.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 76 Encryption/Encryption.pdf -------------------------------------------------------------------------------- /Lec- 77 Data masking techniques/data masking techniques.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 77 Data masking techniques/data masking techniques.pdf -------------------------------------------------------------------------------- /Lec- 8 Schema & Instance in DBMS/dbms series.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 8 Schema & Instance in DBMS/dbms series.pdf -------------------------------------------------------------------------------- /Lec- 9 DBMS Architecture/dbms series 7.48.16 PM.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Lec- 9 DBMS Architecture/dbms series 7.48.16 PM.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/README.md -------------------------------------------------------------------------------- /Syllabus/dbms series.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Syllabus/dbms series.pdf -------------------------------------------------------------------------------- /Top SQL Interview questions-part2/Top SQL interview-2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Top SQL Interview questions-part2/Top SQL interview-2.pdf -------------------------------------------------------------------------------- /Top SQL Interview questions/Top SQL interview questions.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riti2409/Dbms_Series/HEAD/Top SQL Interview questions/Top SQL interview questions.pdf --------------------------------------------------------------------------------