Answer Posted / chandu
create table sales(prodid INT NOT NULL UNIQUE
QUANTITY INT);
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
How do I view data in mysql workbench?
Is mysql same as sql?
Can python connect to mysql?
What is delimiter in mysql?
What is mysql_query?
How to display odd rows in student table in mysql?
What is the difference between mysql and pdo?
Can we create table in stored procedure?
What is mysql connection limit?
Is there a way to see the files which are stored?
How do you stop an access query?
What is the difference between procedure and function in mysql?
What is default password for mysql?
How to find the unique values if the value in the column is repeated?
In how many ways we can retrieve data in the result set of mysql using php?