How to Create MYSQL Table with Foreign Key Constraint and add sample data
ERD:
ERD Credit from Group OnlineQuizPlatformSVFC
๐ก
SHOW DATABASES
๐ก
CREATE quiz_db database
๐ก
Show database again
as you can see, we are successfully created the quiz_db
๐ก
use quiz_db;
๐ก
SHOW TABLES;
Step 1: MySQL Table...
software-engineer.thirdygayares.com4 min read