INTRODUCTION TO DATABASE:
Data: In simple words data can be facts related to any object in consideration. For example your name, age, height, weigh, etc are some data related to you. A picture , image , file , pdf etc can also be considered data. So data is everything which needed memory or in device.
Database: Database is a systematic collection of data. Or we can say a database is a collection of information that is organized so that it can be easily accessed, managed and updated.
- In Database a data is organized into rows, columns and tables.
- In database data is indexed to make it easier to find relevant information.
- In Database data gets updated, expanded and deleted as new information is added.
- Databases process workloads to create and update themselves, querying the data they contain and running applications against it.
In Database access to data is usually provided by a "database management system" (DBMS).
A DBMS is an integrated set of computer software that allows users to interact with one or more databases and provides access to all of the data contained in the database.
Some examples of Database software programs are:
- Microsoft Access.
- Microsoft Excel.
- Microsoft SQL Server.
- MySQL.
- Oracle RDBMS.
Why do we need Database?
The various reasons for which we require databases are:
- To manage large amount of data.
- To manage the accuracy.
- It provides ease of updating data.
- Databases provides security groups and permission to data.
- Databases assured of accuracy and consistency of data due to the built in integrity checks and access controls.
Some applications using database:
- Amazon
- eBay
- Microsoft Access
- Wikipedia
- YouTube
- Airlines ticket systems
- IRCTC
- Flipkart
- Snapdeal
More topics from DBMS to read:
EasyExamNotes.com covered following topics in these notes.- Introduction to Database
- Introduction to DBMS
- Advantages and disadvantages of DBMS
- DML, DDL and DCL
- Domains
- Introduction to data models
- Entities and Attributes
- Relationship among entities
- Tuples
- Attributes
- Relation
- Keys
- Relational Database
- Twelve rules of CODD
- Schemas
- Integrity Constraints
- Normalization
- Functional dependency
- Transaction processing concepts
- Schedule
- Serializability
- OODBMS vs RDBMS
- RDBMS
- SQL join
- SQL functions: SUM(), AVG(), MAX(), MIN(), COUNT().
- Block, Extent, Segment
- Oracle Background processes
- Trigger
- Oracle cursor
- Introduction to Concurrency Control
A list of Video lectures
EasyExamNotes.com covered following topics in these notes.
- Introduction to Database
- Introduction to DBMS
- Advantages and disadvantages of DBMS
- DML, DDL and DCL
- Domains
- Introduction to data models
- Entities and Attributes
- Relationship among entities
- Tuples
- Attributes
- Relation
- Keys
- Relational Database
- Twelve rules of CODD
- Schemas
- Integrity Constraints
- Normalization
- Functional dependency
- Transaction processing concepts
- Schedule
- Serializability
- OODBMS vs RDBMS
- RDBMS
- SQL join
- SQL functions: SUM(), AVG(), MAX(), MIN(), COUNT().
- Block, Extent, Segment
- Oracle Background processes
- Trigger
- Oracle cursor
- Introduction to Concurrency Control
A list of Video lectures
References:
- Korth, Silbertz,Sudarshan, “Fundamental of Database System”, McGraw Hill
- Atul Kahate , “ Introduction to Database Management System”, Pearson Educations
- Korth, Silbertz,Sudarshan, “Fundamental of Database System”, McGraw Hill
- Atul Kahate , “ Introduction to Database Management System”, Pearson Educations