Use these official MCP servers to interact with the leading database platforms via natural language through your LLM-assisted ...
ALTER TABLE org.employee ADD CONSTRAINT fk_employee_dept_id FOREIGN KEY (dept_id) REFERENCES org.departments (dept_id); ALTER TABLE org.employee ADD CONSTRAINT fk_employee_job_id FOREIGN KEY (job_id) ...
FOREIGN KEY (college_id) REFERENCES College(college_id) ON DELETE SET NULL, FOREIGN KEY (branch_id) REFERENCES Branch(branch_id) ON DELETE SET NULL ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results