Database
137 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
Schema Design
Defining database table structure and constraints
Document Database
NoSQL database storing data as flexible JSON-like documents
NoSQL
Non-relational databases with flexible data models and scaling
Database Migration
Version-controlled changes to database schema
SQL
Standard language for managing and querying databases
Replication
Copying data between servers for redundancy