Structured Query Language

SQL (Structured Query Language) SOL (Strucmred uuery Language) also Known as “sequel," nas long been tne language of choice for interacting with relational databases- Although SQL has a lot of vendor- specific variations, the basics are largely applicable across a wide range of database products. Write a 500- to BOO-word essay discussing the usage of SQL- Focus in particular on the commands to create tables (CREATE TABLE -.), insert data into those tables (INSERT INTO), and querying rows back from those tables (SELECT ' FROM). Discuss ways to filter queries to get only desired resins (SELECT WHERE), ways to sort the results (SELECT FROM WHERE/ORDER BY), and ways to limit the number of rows returned.