Database
26 views
View
Quick Definition
Virtual table defined by a SQL query
Full Definition
A virtual table defined by a SQL query that does not store data itself.
Examples
query simplification, access control, data abstraction
Related Terms
sql
security
data-abstraction
More Database Terms
Trigger
Special procedure that auto-executes on table events
Partitioning
Dividing tables into smaller pieces for better performance
Query Optimization
Improving query performance through various techniques
Time-Series Database
Database optimized for time-stamped data storage
Connection Pooling
Managing and reusing database connections
ORM
Mapping object-oriented code to database tables