Questions tagged «constraint»

6
අද්විතීය දර්ශකයක් වෙනුවට අද්විතීය බාධකයක් භාවිතා කළ යුත්තේ කවදාද?
තීරුවකට වෙනස් අගයන් තිබිය යුතු විට, මට අවහිරයක් භාවිතා කළ හැකිය create table t1( id int primary key, code varchar(10) unique NULL ); go හෝ මට අද්විතීය දර්ශකයක් භාවිතා කළ හැකිය create table t2( id int primary key, code varchar(10) NULL ); go create unique index I_t2 on t2(code); අද්විතීය …
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.