Database
24 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
Database
Organized collection of structured data for storage and retrieval
Schema Design
Defining database table structure and constraints
Replication
Copying data between servers for redundancy
Partitioning
Dividing tables into smaller pieces for better performance
Data Modeling
Creating a model describing data structure and relationships
Referential Integrity
Constraint ensuring table relationships remain consistent