Can we use more than one null value for unique key?

Answer Posted / rao

We can insert more than one null into table

Is This Answer Correct ?    105 Yes 36 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we group by two columns in sql?

499


What is a dirty read sql?

473


Can delete statement be rollbacked?

523


Mention what does plvtab enables you to do when you showthe contents of pl/sql tables?

663


what is myisam? : Sql dba

571






Are stored procedures faster than queries?

520


What is a natural join?

510


Explain aggregate functions are available there in sql?

532


What is dbo in sql?

529


Table 1: col1 Timestamp ---------------- 01-mar-2012 11:12:46 Table 2: col2 Timestamp -------------------- 01-mar-2012 11:12:10 01-mar-2012 11:11:23 Write a query to display a row with table2 col2 value less than tabl1 col1 value. Maximum timestamp value previous to table1 col1 value. Display a result as: Col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10

1715


What is application trigger?

535


How can you view the errors encountered in a trigger?

544


What is aggregate function in sql?

529


What sql does db2 use?

538


How do sql triggers work?

546