SQL (Structured Query Language)
SQL is an easy to use programming language that is designed for interacting with databases.
SQL is designed for relational databases; and is primarily used to insert, select, and update data in tables.
To learn more:
- Install SQLite3 for your operating system (Use the Googles!)
- Follow this relatively decent sql cheatsheet