SQLite Tutorial Part 6 - UNIQUE Constraint

preview_player
Показать описание
This is the part 6 video of SQLite Database Tutorial. In this video, I have explained what is UNIQUE Constraint in SQLite and where to use it.

If you like this video like, share and subscribe for more tutorials.
Thank you.
Рекомендации по теме
Комментарии
Автор

Please can we do it like this by appending query to last column in this way

'BALANCE_AMOUNT' DECIMAL, CONSTRAINT ukey UNIQUE ('INVOICE_NUMBER')

chisomemmanuel