Database
155 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
Database
Organized collection of structured data for storage and retrieval
Database Connection
Communication channel between application and database server
Key-Value Store
NoSQL database storing data as key-value pairs
Materialized View
Physical stored copy of query results refreshed periodically
NoSQL
Non-relational databases with flexible data models and scaling
Primary-Replica Architecture
Architecture with primary for writes, replicas for reads