leetcode icon indicating copy to clipboard operation
leetcode copied to clipboard

Bug Report for sql-not-null-constraint

Open Sedose opened this issue 10 months ago • 0 comments

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!

Sedose avatar Apr 01 '25 12:04 Sedose