Database
135 views
Stored Procedure
Quick Definition
Precompiled SQL stored in the database for execution
Full Definition
Precompiled SQL statements stored in the database and executed by name.
Examples
database logic encapsulation, parameterized queries
Related Terms
sql
database-programming
More Database Terms
Data Integrity
Ensuring data accuracy, consistency, and reliability
DynamoDB
Fully managed serverless NoSQL database by AWS
Database Connection
Communication channel between application and database server
Indexing
Creating data structures to speed up data retrieval
Data Modeling
Creating a model describing data structure and relationships
Cassandra
Distributed NoSQL database with high availability and scalability