Forum Discussion
Akin_890
Mar 07, 2023Copper Contributor
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...
Simple_Balayeur
Mar 07, 2023Brass Contributor
what is the Error message you get?