SQL
Topic history | v1 (current) | created by jjones
Details
SQL
see v1 | 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
treated in Analyzing Big Data with SQL
treated in Retrieve Data using Single-Table SQL Queries
treated in Advanced Relational Database and SQL
treated in Databases and SQL for Data Science
treated in Intermediate Relational Database and SQL
treated in Manipulating Data with SQL
treated in Distributed Computing with Spark SQL
authors
This topic has no history of related authors.