CREAT TABLE Users (id,name,password,role)
关于上述Python语句,说法错误的是?( )
id作为唯一标识,约束条件为PRIMARY 和 NOT NULL
name是可以重复的
password的约束条件为NOT NULL
role 为一个不定长的字符串