#databases
Read more stories on Hashnode
Articles with this tag
Concurrency control protocols (CCP) are mechanisms that are used in database management systems to manage the concurrency of transactions accessing...
In the context of databases, a lock is a mechanism used to control concurrent access to data by multiple transactions. When a transaction wants to...
Introduction Distributed databases are becoming increasingly popular due to their scalability, reliability, and flexibility. They allow organizations...
When designing a database, it is important to decide whether to use a table or a view for storing and querying data. Here are some guidelines to help...
A trigger is a database object that automatically executes a specific action in response to certain database events or changes, such as a data...
A stored procedure is a set of SQL statements that are precompiled and stored in a database. It can be executed repeatedly with different parameters...