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...
olafhelper
Mar 07, 2023Bronze Contributor
And on which part of your code do you get which error message?