Answer the following statements true (T) or false (F)1) 2) 3) 4)

1) A column with UNIQUE constraint may not contain a NULL value.
2) The NOT NULL constraint is defined at table level only.
3) A CHECK constraint cannot be written to check for NULL values.
4) Value 9999.99 is the largest possible value for a NUMBER(6,2) column.

1) F
2) F
3) F
4) T

Computer Science & Information Technology

You might also like to view...

If the value in B4 = 40, what is the result of =IF( B4>65, "Passing", "Failing")?

A) TRUE B) Failing C) FALSE D) Passing

Computer Science & Information Technology

What interfaces are in the package java.lang?

What will be an ideal response?

Computer Science & Information Technology