SQL is a language used to store, manipulate, and retrieve data in relational database management systems. The core SQL commands are CREATE, SELECT, INSERT, UPDATE, and DELETE. CREATE is used to create new tables and objects. SELECT retrieves data from tables. INSERT adds new rows of data. UPDATE modifies existing data. DELETE removes rows of data. SQL allows users and applications to access data, define data structures, and manage data.