Unlock AI power-ups — upgrade and save 20%!
Use code STUBE20OFF during your first month after signup. Upgrade now →

By Neso Academy
Published Loading...
N/A views
N/A likes
DBMS Languages
📌 Data Definition Language (DDL) is used by database administrators and designers to specify the conceptual and internal schemas and their mappings.
📌 Storage Definition Language (SDL) specifies the internal schema, while View Definition Language (VDL) defines user views and mappings to the conceptual level.
📌 Data Manipulation Language (DML) handles data operations such as retrieval, insertion, modification, and deletion.
📌 SQL serves as a unified language incorporating DDL, DML, and VDL elements to manage the entire database environment.
DML Types and Processing
📌 High-level (non-procedural) DML is "set-at-a-time," allowing the retrieval of multiple records with a single command.
📌 Low-level (procedural) DML is "record-at-a-time," requiring loops to process records and is typically embedded within a host programming language like C++ or Java.
DBMS User Interfaces
📌 Menu and Form-based interfaces provide simplified, guided data entry, ideal for parametric or nave users who perform standard, repetitive transactions.
📌 Graphical User Interfaces (GUI) utilize diagrammatic schema representations and pointing devices, while Natural Language interfaces translate human-readable requests into database queries.
📌 Database Administrator (DBA) interfaces provide exclusive access to privileged commands, such as managing user accounts, security authorizations, and schema modifications.
DBMS Classification Criteria
📌 Data Models: Systems are primarily classified by their model, including Relational (tables), Object-Oriented (real-world objects), and Legacy (Hierarchical or Network) models.
📌 Multi-User Support: Database systems are categorized as single-user (one user at a time) or multi-user (concurrent access), with the latter being the industry standard.
📌 Cost and Distribution: DBMS solutions range from low-cost ($100–$3,000) to high-cost (exceeding $100,000) and are classified as centralized (single site) or distributed (multiple networked sites).
Key Points & Insights
➡️ Use high-level DML whenever possible to improve efficiency, as it retrieves sets of data rather than individual records.
➡️ Choose interfaces based on the user type: forms for daily operations, GUI/natural language for general access, and specialized tools for administrative tasks.
➡️ Relational models are currently the most popular choice for modern applications, whereas hierarchical and network models are largely considered legacy due to increased complexity.
📸 Video summarized with SummaryTube.com on May 01, 2026, 11:42 UTC
Full video URL: youtube.com/watch?v=DkEMtOFMNQE
Duration: 12:15

Summarize youtube video with AI directly from any YouTube video page. Save Time.
Install our free Chrome extension. Get expert level summaries with one click.