click below
click below
Normal Size Small Size show me how
OOP
Object Oriented Programming terms Accessing Databases
| Term | Definition |
|---|---|
| Database Management System | A collection of programs that enables the user to store and extract information from a database. |
| Structured Query Language (SQL) | The standard language for relational database management systems. |
| Transaction Processing | Information processing that is divided into individual, indivisible operations called transactions. |
| Data Access | Activities related to acting on data housed in a database or other repository. |
| Data Source | The source of data which is typically a file or database. |
| Stored Procedures | A group of SQL statements that form a logical unit and perform a particular task. |