I'm fairly new to SQL so any help with this would be greatly appreciated. I cant spot the syntax error!
-- Creación de la tabla Departamento
DROP TABLE IF EXISTS Departamento CASCADE;
I'm fairly new to SQL so any help with this would be greatly appreciated. I cant spot the syntax error!
-- Creación de la tabla Departamento
DROP TABLE IF EXISTS Departamento CASCADE;