Code360 powered by Coding Ninjas X Naukri.com. Code360 powered by Coding Ninjas X Naukri.com
Last updated: Dec 5, 2021

Databases

A database is information that is set up for easy access, management, and updating. Computer databases typically store aggregations of data records or files that contain information, such as sales transactions, customer data, financials, and product information. Databases are used for storing, maintaining, and accessing any sort of data. They collect information on people, places, or things. That information is gathered in one place so that it can be observed and analyzed. Databases can be thought of as an organized collection of information.
What is Database?
A database is a collection of data or information stored in a computer system. It is controlled by a Database Management System.
Relational and non-relational Database
In this article, we will go through the relational and non-relational databases.
ACID Properties and Transactions in Database
To maintain the integrity of the data, there are four properties in DBMS, known as the ACID properties.
Elasticsearch vs Splunk EASY
In this article, we will discuss Elasticsearch and Splunk. We will also discuss their features and companies that are using these further.
Database View EASY
In this blog, we will learn about database view. We will understand its core concepts, usage, advantages and disadvantages, and much more for a better understanding.
Purpose of Database System EASY
In this blog, we will learn about the Purpose of Database Systems. We will understand its core concepts, its usage, and much more for better understanding.
CAP theorem
This article covers what the CAP theorem entails and how it is designed.
Author Alisha
2 upvotes
Buffer Management in DBMS EASY
In this blog, we will learn about Buffer Management in DBMS. We will understand its core concepts, its usage, types, and much more for better understanding.
CAP theorem | Part-2
This blog will discuss the topic of the CAP theorem along with its types, examples, advantages and disadvantages.
Indexing in Database
In this article, we’ll cover the crucial topic often asked in interviews of DBMS(Database Management System), i.e., Indexing in Database.
Distributed Database Architecture in DBMS EASY
A Distributed Database System is a database spread across multiple locations, allowing it to operate beyond a single computer system.
Surrogate key in DBMS EASY
A surrogate key in DBMS is a unique identifier created for efficient data management, simplifying database operations. Read on to know more about the surrogate key.
Difference between Clustered and Non Clustered Index EASY
This article will teach us about the difference between Clustered and Non Clustered Index. We will learn some related concepts to these Indexes.
Your Guide to the ORM
In this article, you will learn about Object Relational Mapping(ORM), its uses, some ORM frameworks, etc.