#SQL #GENERAL CONCEPT
USE name_database;
###DISPLAY EXISTING TABLES
SHOW TABLES;
###CREATE NEW TABLE
CREATE TABLE students(
id INT NOT NULL PRIMARY KEY,Note: I'm currently taking a break from this course to focus on my studies so I can finally graduate