SQL - Table Constraints
Given the following constraint name on a table
Orders: FK_Orders_Customers, what type of constraint is this?Orders: FK_Orders_Customers, what type of constraint is this?FK_ stands for Foreign Key.FK_Orders_Customers, it indicates a foreign key from Orders to Customers table.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions