Forum Discussion

Akin_890's avatar
Akin_890
Copper Contributor
Mar 07, 2023

Can someone help me fix the errors in my sql coding?

USE Optician;   -- Create the branches table CREATE TABLE branches ( branch_id INT PRIMARY KEY, branch_name VARCHAR(255), branch_address VARCHAR(255), technician_available BOOLEAN ); -- Crea...

Resources