Can A column defined as PRIMARY KEY can have NULL values ?
Answer Posted / parul chaudhary
No,a coloum defined as PRIMARY KEY can't have NULL values,
because when we assign a coloum as a PRIMARY KEY that mean
its a unique coloum by which whole the table have to be
accessed.
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the best free database software?
Where is the data stored in a database?
1.If we have a Salary coloumn in Staff entity with this description the salary must be monetary and >=$35450.00, how we can write it in into schemain SQL? 2. If we have Weight and Marks in Assessment entity and the Weight has the description of this it must be Non-zero percentage. And also the Marks attribute stores the maximum possible raw mark for assessment (e.g., 30), while Weight stores of the weight of this assessment for the paper as a whole (e.g., 10%). If Marks is not specified, then Weight is used for both. How we can convert this into schema in SQL????
Why are recursive relationships are bad? How do you resolve them?
Define dml compiler.
dear sir please provide what question will be asked in bank it officer interview
Describe the difference between data and database administration.
What are the applications of database?
Define database system.
What is the normal procedure followed by a java client to access the db?
What are the different type of relationships in the dbms?
What are rdbms concepts?
What is database normalization with example?
Can files be stored in a database?
What do you mean by e-r model & object-oriented model?