About 113,000 results
Open links in new tab
  1. Introduction of DBMS (Database Management System)

    Mar 7, 2025 · OODBMS integrates object-oriented programming concepts into the database environment, allowing data to be stored as objects. This approach supports complex data types and relationships, making it ideal for applications requiring advanced data modeling and real-world simulations .

  2. Mastering Database Design: An Ultimate Guide - GeeksforGeeks

    Jun 20, 2024 · Effective database design is essential for creating efficient, scalable, and secure data management systems. By following a structured process—from requirements analysis to physical design—you ensure the database meets user …

  3. Database Design in DBMS - GeeksforGeeks

    Sep 24, 2024 · Whether you are new to database design or an experienced professional, these fundamental ideas serve as the building blocks for creating strong and scalable database systems. What is database design? Database Design can be defined as a set of procedures or collection of tasks involving various steps taken to implement a database.A good database ...

  4. Sep 10, 2010 · What is a database? A database is a collection of structured data. A database captures an abstract representation of the domain of an application. This class is about database management systems (DBMS): systems for cre ating, manipulating, accessing a database.

  5. Database Systems with SQL - zyBooks

    Database Systems with SQL provides a highly interactive introduction to databases. Topics include database theory, architecture, design, and programming. Emphasis on relational databases, but the material also covers NoSQL databases; Features a comprehensive tutorial on the SQL language

  6. Database Design - 2nd Edition - Open Textbook Library

    This second edition of Database Design book covers the concepts used in database systems and the database design process. Topics include: The history of databases; Characteristics and benefits of databases; Data models; Data modelling

  7. SQL and Databases - A Full Course for Beginners - freeCodeCamp

    Feb 1, 2020 · In this course, Mike Dane will teach you database management basics and SQL. The course starts off with Mike helping you install MySQL on Windows or Mac. Then he explores topics like schema design, Create-Read-Update-Delete …

  8. Best Database Design Courses & Certificates [2025] | Coursera

    Online Database Design courses offer a convenient and flexible way to enhance your knowledge or learn new Database Design skills. Choose from a wide range of Database Design courses offered by top universities and industry leaders tailored to various skill levels. ‎

  9. Free Course: Introduction to Databases from Meta - Class Central

    In this course, you will be introduced to databases and explore the modern ways in which they are used. Learn to distinguish between different types of database management systems then practice basic creation and data selection with the use of …

    • Reviews: 31
    • Introduction to SQL and Database - Programiz

      A database is an organized collection of data so that it can be easily accessed. In this tutorial, you'll learn about databases and SQL (Structured Query Language) that is used to work with relational databases.