SQL
SQL, often referred to as Structured Query Language is a database computer language designed for managing data in relational database management systems.
I recommend you check out the SQL page in [W3 Schools] for specifics on the language and its usage.
I have specifically been using the open-source MySQL language along with PHP in my webpages.
See my [cref MySQL] Post and my [cref PHP] Post for more information.