Can we use more than one null value for unique key?
Answer Posted / vamshi
no. because if we use more than one, it leads to
duplicate, which effects the fundamental property of unique
key.
| Is This Answer Correct ? | 61 Yes | 71 No |
Post New Answer View All Answers
What is the clause we need to add in function body to return variable?
How to fetch alternate records from a table?
How much ram can sql express use?
What is meant by user defined function?
Which command is used to call a stored procedure?
How to assign sql query results to pl sql variables?
Can we use ddl statements in stored procedure sql server?
how would you enter characters as hex numbers? : Sql dba
Does a join table need a primary key?
Explain the difference between drop and truncate commands in sql?
What is the difference between syntax error and runtime error?
What is offset in sql query?
how can we destroy the session, how can we unset the variable of a session? : Sql dba
Why do we go for stored procedures?
how to create a new table by selecting rows from another table in mysql? : Sql dba