| Question |
how to declare unique key in creating a table..? |
|
Question Submitted By :: Jimi Shah |
|
I also faced this Question!! |
Rank |
Answer Posted By |
| |
|
Re: how to declare unique key in creating a table..? |
Answer
# 1 |
create table sales(prodid INT NOT NULL UNIQUE
QUANTITY INT);
|
| Chandu |
| |
|
Re: how to declare unique key in creating a table..? |
Answer
# 2 |
When we declare a primary key its a unique key. for that table.
|
| Pankaj |
| |
|
|
| |
| |
|
|
|
|
|
| |