adatbázismveletet
Adatbázisművelet refers to any action performed on a database. These operations are fundamental to the management and utilization of data stored within a database system. The primary categories of database operations include creating, reading, updating, and deleting data, often collectively known by the acronym CRUD. Creating an operation involves adding new records or entries to a database. Reading operations retrieve existing data from the database, allowing users or applications to access information. Updating operations modify existing data, rectifying errors or reflecting changes in real-world information. Deleting operations remove data from the database, which can be permanent or temporary depending on the system's configuration.
Beyond CRUD, other significant database operations include querying, which is a specific type of read operation