As a developer you will likely be dealing with applications that store information. Your database keeps track of this information. SQL stands for Structured Query Language and it is used to asked the database about its contents. It is certainly worth getting to know this domain specific language well, as most Rails apps and many other type of web applications use it under the hood.