Relational Model: BasicsCovers the basics of the relational model in database management systems, including data models, primary and foreign keys.
Entity-Relationship ModelIntroduces the Entity-Relationship model for designing databases with a focus on conceptual and relational aspects.
Indexing in Database SystemsExplores indexing in database systems, covering storage, files, and efficient data retrieval techniques using various types of indexes.
Spark Data FramesCovers Spark Data Frames, distributed collections of data organized into named columns, and the benefits of using them over RDDs.
Handling Data: Intro to PandasIntroduces the fundamentals of handling data, emphasizing the importance of Pandas and data modeling for effective analysis.