Skip to main content

What Relational Database Management System is all About ? What is RDBMS?


In this tutorial, we will discuss Relational Database Management Systems

Let's first discuss What do databases do?

Databases have an ability to store a large amount of data. So when we search for any information on the internet then it finds all the URL's that meet the criteria. So far if you have been looking for a particular data or subject and type that in a web browser and click search then that's actually talking to a database.

When you use Twitter, all messages are stored and indexed by #tags and every time any tweet is sent it is stored in a database allows them to search them for information, with a particular information, with particular #tags.

We use PhotoBucket for uploading images on the internet and they have been linked to the user accounts. Other people can access those images as well and also other programs like Facebook, Messenger etc. Also, a lot of Google products are products of the database.

Databases are required to store a large amount of information quickly. So only information that has been streaming across the internet, there are databases out there. These databases are collecting that information.

Let's see what information they are collecting?

Well, they are actually collecting data. Data is the most important part of the database. The function of a database is to store data to allow efficient and effective retrieval of information. So the data is an individual piece of data information that is storing and trying to index, for future retrieval down the track. So this allows us to find the data like which students are there in 12th this year? or what is the percentage of each student in the particular class?

So when we look at the following data information :
Data 
01232020
12233450
29384355



Above we can see a list of numbers. Thus this list of numbers is actually just stripped data but when we apply some meaning to it for ex: Account number of any client then it becomes important information. That means this list of number is for a particular record. Now records and fields are stored in a particular table or file. This is how a database stores information about one category like above where it stores information about Employees.

You could have another type of classes so you can have tables for Students or Classes or Teachers etc. A Relational Database management system helps to bring all those together.

Remember that Table should be for one particular entity i.e. for one particular entity or for a particular subject. So when we have multiple tables they help us in creating Relational Database Systems. The tables can be linked together and share all the information. So when we are looking for producing students timetable we can create Students, To find out which subjects, what teachers they have etc. So the role of the database is to effectively organize the data for the quick and speedy data retrieval.

We need to normalize the data to ensure that it is stored efficiently as it improves the users experience at the end.

example Table:



All this information when are put forward in particular web hosted site can be accessed from any part of the world. There are various affordable and low price web hosting companies like Hostdens and Hostripples those provide reliable web hosting

also checkout :

what is server? what are the types of servers?

What is Shared Hosting and how can one do Business into it.

Comparison of Godaddy and Hostripples in technical Aspects.

Top 10 Website Hosting Companies in 2019






What Relational Database Management System is all About? What is RDBMS?


Wordpress Vs Drupal Know which one is Better and Why?






Comments

Popular posts from this blog

Top 10 Website Hosting Companies in 2019

Top 10 Website Hosting Companies in 2019. There is a number of websites of individuals or businesses. This website can be accessed from any part of the world once they are entered or kept on the web. Now web hosters are the company or firm who uses the technology, tools and various factors necessary to keep any particular site on the web. 1. High performance. 2. Cost. 3. Maintainance. 4. Effectiveness. 5. Server Location. 6. Customer Support 7. Security. 1)  HostGator HostGator is a global provider of web hosting and related services. Founded in a dorm room at Florida Atlantic University by Brent Oxley, HostGator has grown into a leading provider of Shared, Reseller, VPS, and Dedicated web hosting. HostGator is headquartered in Houston and Austin, Texas, with several international offices throughout the globe. for more details:  https://www.hostgator.in 2)  Hostripples Hostripples is among the first companies in India to offer fully automate...

What is AJAX all about? What is the use of AJAX ?

Brief Introduction to AJAX Many of you may be wondering what is AJAX? and Why one should learn it? So let's have a look at how you can use AJAX with JavaScript, for developing a dynamic web application? Before discussing about AJAX let's have a look at how browser's get information to display a page. When a browser requests a page from a website , then the browser in your machine is acting as a client. The website is being delivered through a machine that is serving up the information, therefore we call that a server. When you ask for a page, the client makes a request to a server and the server returns a page. Sometimes when you are looking at a page you may want to ask for some additional information from the server. Say for ex: - That your page has some thumbnails for photo albums and perhaps the album has more thumbnails than you can see in the current view. Without AJAX, if you want to see more thumbnails, you would have to make a request back t...