SQL

SQL (Structured Query Language) is the language for storing, manipulating and retrieving data in relational database. 
```
select * from dictionary;
```