Database
Management System
What is Data ??
In general, data is any set of characters that has been
gathered and translated for some purpose, usually
analysis. It can be any character, including text and
numbers, pictures, sound, or video. If data is not put into
context, it doesn't do anything to a human or computer.
What is Management ?
A management system is the framework of
policies, processes and procedures used by an
organization to ensure that it can fulfill all the tasks
required to achieve its objectives
Sql
What is SQL?
1 . SQL stands for Structured Query Language
2. SQL lets you access and manipulate
databases
3. SQL is an ANSI (American National Standards
Institute) standard
Sql Query In Database
1.SQL CREATE DATABASE Statement
CREATE DATABASE databasename;
2. SQL DROP DATABASE Statement
DROP DATABASE databasename;
Real Life in database
Hospital Management
System
ER Daigram:
Database management system
Database management system

Database management system

  • 1.
  • 2.
    What is Data?? In general, data is any set of characters that has been gathered and translated for some purpose, usually analysis. It can be any character, including text and numbers, pictures, sound, or video. If data is not put into context, it doesn't do anything to a human or computer.
  • 3.
    What is Management? A management system is the framework of policies, processes and procedures used by an organization to ensure that it can fulfill all the tasks required to achieve its objectives
  • 4.
    Sql What is SQL? 1. SQL stands for Structured Query Language 2. SQL lets you access and manipulate databases 3. SQL is an ANSI (American National Standards Institute) standard
  • 5.
    Sql Query InDatabase 1.SQL CREATE DATABASE Statement CREATE DATABASE databasename; 2. SQL DROP DATABASE Statement DROP DATABASE databasename;
  • 6.
    Real Life indatabase Hospital Management System
  • 7.