SyntaxFix
Write A Post
Hire A Developer
Questions
Create unique constraint that two numbers together CANNOT together be repeated:
ALTER TABLE someTable ADD UNIQUE (col1, col2)