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

Structural Testing

Structural Testing is the type of testing in which user should have the knowledge of the code because in this testing user need to check the structure of the system. Structural Testing is White Box Testing.

Why Jmeter is best option for Performance Testing?

There are multiple tools in market for performance testing of any software but Jmeter is the best solution among all of them due to some reason listed below 1) Jmeter is the open source application so users who use this application will not to pay anything. 2) You can use Jmeter for performance of any web application,  Databases and Web Services (REST and SOAP APIs). 3) Jmeter have the user friendly UI component so it is very easy to use. 4) Jmeter can be used to simulate to put maximum number of concurrent users on a server, network or object to test its strength or to analyze overall performance under different load types. 5) Jmeter also use for functional testing for static( JavaScript and HTML) and dynamic( JSP, Servlets and AJAX) resources. 6) Jmeter provides Verity of graphical representations for performance report so it is easy to understand.