Types of Database


Hello and welcome to everyone. Today we will learn about MySQL concept like Database types in details.

Web API 2- .Net Core In depth In 5 Hours click on: https://www.udemy.com/web-api-2-net-core-in-depth-in-5-hrs-with-sagar-jaybhay/

There are different types of databases uses in these days. Following are the different types of database
1.        Relational Databases
2.        Hierarchical Databases
3.        Cloud Databases
4.        Operational Databases
5.        Object-oriented Databases
6.        Network Database
7.        Distributed Databases
8.        Graph Databases
9.        Non-Relational Databases
10.   End-user Databases

Web API 2- .Net Core In depth In 5 Hours click on: https://www.udemy.com/web-api-2-net-core-in-depth-in-5-hrs-with-sagar-jaybhay/

1.        Relational Databases
The data is saved in the database tables, which is have relations to each other and for that relational database are very popular.

2.        Hierarchical Databases
The data is saved in this Hierarchical database for the tree-like structure or parent-child relation.

3.        Cloud Databases
The cloud database designed to run on many servers and in some cases even multiple data centers, on there you can be saved your data.

4.        Operational Databases
In this Operational database generated huge popularity from different organizations. In that database include customer database, personal database, and inventory database.

5.        Object-Oriented Databases
The object-oriented database is a collection of OOPs. The object-oriented database takes more than the storage of programming language objects. Object-oriented programming languages like C++ or Java which can be stored in relational databases.

6.        Network Databases
In this network database, we create relationships between entities using network structure.

7.        Distributed Databases
The Distributed database is intended for those organizations that have separate workplace locations and need to have a different database for each location.

8.        Graph Databases
Graph database represents data as a network related objects in order to simplify data. There are newly added databases like Datastax Enterprise Graph and Neo4j.

9.        Non-Relational Databases
Non-Relational Database developed as a standard alternative to relational databases. Web applications became progressively intricate.

10.   End-user Databases
The end user database is used to meet the requests of the end users of an association.

Web API 2- .Net Core In depth In 5 Hours click on: https://www.udemy.com/web-api-2-net-core-in-depth-in-5-hrs-with-sagar-jaybhay/


Comments

Popular posts from this blog

ALTER statement in MySQL

Order By Clause in MySQL

MySQL Constraint – UNIQUE