We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug Report for: https://neetcode.io/problems/sql-not-null-constraint
Issue: On the page, the following sentence contains a typo:
A constraint in SQLis a rule that is enforced on a column
"SQLis" is missing a space between "SQL" and "is".
Corrected Text:
A constraint in SQL is a rule that is enforced on a column
Please fix this minor typo. Thank you!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Report for: https://neetcode.io/problems/sql-not-null-constraint
Issue:
On the page, the following sentence contains a typo:
"SQLis" is missing a space between "SQL" and "is".
Corrected Text:
Please fix this minor typo. Thank you!
The text was updated successfully, but these errors were encountered: