🔍SQL uses select and from statements to retrieve specific columns of data from database tables.
🔨SQL can create tables in databases, defining the column names and data types.
🔍🔍The where clause is used to filter data based on specific criteria, limiting the result set.