About Lesson
SQL
SQL stands for Structured Query Language. MySQL is ideal for storing and accessing data in a database. SQL is used to interact with the database. You can create database objects like tables and views. Insert, retrieve, and delete data from the tables.
Join the conversation