79228322

Date: 2024-11-26 21:32:10
Score: 1
Natty:
Report link
ALTER TABLE `ceramica`.`productos` 
ADD CONSTRAINT `id_categoria1`
  FOREIGN KEY (id_categoria)
  REFERENCES `ceramica`.`categorias` (id)
  ON DELETE NO ACTION
  ON UPDATE NO ACTION;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: irfan