What Is Database? What Is SQL? What Is Data?
What Is Database? What Is SQL? What Is Data?
What Is Database? What Is SQL? What Is Data?
What is Data?
For example your name, age, height, weight, etc are some data related to you.
What is a Database?
Let's also consider the facebook. It needs to store, manipulate and present data
related to members, their friends, member activities, messages, advertisements
and lot more.
Database Management Systems are not a new concept and as such had been
first implemented in 1960s.
Charles Bachmen's Integrated Data Store (IDS) is said to be the first DBMS in
history.
With time database technologies evolved a lot while usage and expected
functionalities of databases have been increased immensely.
Types of DBMS
Let's see how the DBMS family got evolved with the time. Following diagram
shows the evolution of DBMS categories.
There are 4 major types of DBMS. Let's look into them in detail.
What is SQL?
Relational databases like MySQL Database, Oracle, Ms SQL server, Sybase, etc
uses SQL ! How to use sql syntaxes?
SQL syntaxes used in these databases are almost similar, except the fact that
some are using few different syntaxes and even proprietary SQL syntaxes.
SQL Example
What is NoSQL ?
When you use relational database for massive volumes of data , the system
starts getting slow in terms of response time.
To overcome this , we could of course "scale up" our systems by upgrading our
existing hardware.
The alternative to the above problem would be to distribute our database load
on multiple hosts as the load increases.
NOSQL database are non-relational databases that scale out better than
relational databases and are designed with web applications in mind.
They do not use SQL to query the data and do not follow strict schemas like
relational models.With NoSQL, ACID (Atomicity, Consistency, Isolation, Durability)
features are not guaranteed always
Well, NOSQL databases are sort of highly specialized systems and have their
special usage and limitations. NOSQL suit more for those who handles huge
volumes of data. The vast majority, use relational databases and associated
tools.
The world has not deviated from use of relational databases. There is growing a
demand for professionals who can handle relational databases. Thus learning
databases and SQL still holds merit.
Summary