Skip to main content

What is Database?


When we heard about the Database first question in everyone mind that What is Database?

What is Data?
How Database manage the Data?
What is Database Management System?

So first we start with What is Data?
Data is a Facts and statistics collected together for reference or analysis.
the quantities, characters, or symbols on which operations are performed by a computer, which may be stored and transmitted in the form of electrical signals and recorded on magnetic, optical, or mechanical recording media called Data.

Example Like Your Name, Class, Age, Name of School, Number of Students, Student name all called a Data

Now what is Database?
Database is a systematic and organized collection of Data which stored, access, manipulate and update data.

Let me example you the Database with some example

In your Phone directory you can see that the Persons Name and their contact number is in such a organized way that you can find anyone easily. 

Your Company stored all their employee details like DOB, Anniversary Date, Joining Date, Salary Structured , Department , Timing, Leaves everything in a organized way. They can update any information easily so this we called database in which information can be stored or manipulate. 


Now What is the Database management System (DBMS)
DBMS is a application that interacts with end-users, Third Party applications, and the database itself to capture and analyze data. DBMS is a systematic collection of computer Program which enables end users to interact with Data like accessing the Data, Modification of Data and retrieval of Data. 


Comments

Popular posts from this blog

How to Put Load on a Script in JMeter

In last post we discussed about how to record a test script and Firefox settings to run the script. In this post we will discuss about how the Thread Group will work, how can we put n number of users to perform load testing, In JMeter by using Thread Group, we can create virtual users. Thread Group is a set of thread which work in same scenario. There are multiple thread group are available which is use to configure how the virtual users interest with the application, How much load maintain and till how much time load maintain.

How to take the Screenshot in Selenium WebDriver?

If we want to take the screenshot then we have to convert our WebDriver object into the screenshot object. we need to change the behavior of the drive to take the screenshot . We can do it by casting

JMeter Overview Description

In this article we will go through the multiple section of JMeter and describe the tool information. we will discuss about every component of JMeter tool in this Article so that you can hands on while working on script on JMeter about these components.