SQL


Topic history | v1 (current) | created by jjones

Details

SQL

| created by jjones | Add resource "Joe Celko's SQL for Smarties, Fifth Edition: Advanced SQL Programming"
Title
SQL
Description
SQL (S-Q-L, "sequel"; Structured Query Language) is a domain-specific language used in programming and designed for managing data held in a relational database management system (RDBMS), or for stream processing in a relational data stream management system (RDSMS). It is particularly useful in handling structured data, i.e. data incorporating relations among entities and variables. SQL offers two main advantages over older read–write APIs such as ISAM or VSAM. Firstly, it introduced the concept of accessing many records with one single command. Secondly, it eliminates the need to specify how to reach a record, e.g. with or without an index.
Link
https://en.wikipedia.org/?curid=29004

resources

authors

This topic has no history of related authors.