Transactions in DBMS, Its states and ACID Properties

The transaction is executed as a single unit and should be atomic, consistent, isolated, and durable. This ACID property of transaction maintains the integrity of the data during the execution of the database. What is Transaction in DBMS? In a Database Management System (DBMS), a transaction is a series of operations or steps that are … Read more

Comparison between Single-User and Multi-User System

The main difference between the single-user and multi-user system are single-user system supports a maximum of one user to access the database but multi-user system supports a minimum of 2 users to access the database simultaneously. Below we have written various comparison for your better understanding. What is Single-User System? A Single-user System is designed … Read more

Concurrency Control Techniques in DBMS

The concurrency control technique is a process of managing the simultaneous execution of transactions in a shared database. It preserves the database consistency, enforces the isolation of different transactions, and resolves the conflicts which occur due to the read-write operation of transactions. The various Concurrency Control techniques are 1). Locking based protocol Locking is a … Read more

Python Program to find top two maximum number in array

find top two maximum number in array

In this tutorial, you will learn how to write Python program to find the first top two largest/maximum element in python. To find two maximum number in python, first we will sort our array in ascending order (you can also implement it by sorting in descending order). Now select last two distinct element which will … Read more

Hi, Welcome back!
Forgot Password?
Don't have an account?  Register Now