DBMS | DML Command | Exp - 4

Database Management System - DML


Database Management System

Database is a collection of inter-related data which helps in efficient retrieval, insertion and deletion of data from database and organizes the data in the form of tables, views, schema's, reports etc.

DML | Data Manipulation Language

DML is short name of Data Manipulation Language which deals with data manipulation and includes most common SQL statements such SELECT, INSERT, UPDATE, DELETE, etc., and it is used to store, modify, retrieve, delete and update data in a database.
  • SELECT - retrieve data from a database
  • INSERT - insert data into a table
  • UPDATE - updates existing data within a table
  • DELETE - Delete all records from a database table
  • MERGE - UPSERT operation (insert or update)
  • CALL - call a PL/SQL or Java subprogram
  • EXPLAIN PLAN - interpretation of the data access path
  • LOCK TABLE - concurrency Control

Problem Statement

A Salesman who scores more than 30% orders must get commission from existing 10% to 15%.
File: Download here

No comments:

Powered by Blogger.