MCQOPTIONS
Bookmark
Saved Bookmarks
→
Certification Questions
→
Google Certification
→
A column defined as UNIQUE can contain Nulls while...
1.
A column defined as UNIQUE can contain Nulls while a column defined as PRIMARY KEY can't contain Nulls
A.
1
B.
C.
D.
Answer» B.
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
Which dml command is used in conjunction with identity?
Which packages contain the JDBC classes?
Which command is used to return maximum value from result set?
Which among the following keys are used to identify each row of the table uniquely?
what will be the output of the following code?_x005F_x000D_ class Value_x005F_x000D_ {_x005F_x000D_ public int i = 15;_x005F_x000D_ }_x005F_x000D_ public class Test_x005F_x000D_ {_x005F_x000D_ public static void main(String argv[])_x005F_x000D_ {_x005F_x000D_ Test t = new Test();_x005F_x000D_ t.first();_x005F_x000D_ }_x005F_x000D_ public void first()_x005F_x000D_ {_x005F_x000D_ int i = 5;_x005F_x000D_ Value v = new Value();_x005F_x000D_ v.i = 25;_x005F_x000D_ second(v, i);_x005F_x000D_ System.out.println(v.i);_x005F_x000D_ }_x005F_x000D_ public void second(Value v, int i)_x005F_x000D_ {_x005F_x000D_ i = 0;_x005F_x000D_ v.i = 20;_x005F_x000D_ Value val = new Value();_x005F_x000D_ v = val;_x005F_x000D_ System.out.println(v.i + " " + i);_x005F_x000D_ }_x005F_x000D_ }
What is the maximum number of triggers, can apply to a single table?
What is the default return value of a function?
What is the output after compile and run the following code ?_x005F_x000D_ int Output = 10;boolean b = false;if((b == true) && ((Output += 10) == 20)){ System.out.println("We are equal " + Output);}else{ System.out.println("Not equal! " + Output);}
STUFF and REPLACE are used to replace characters in a string
Multiple users can share a local temporary table
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply
Your experience on this site will be improved by allowing cookies. Read
Cookie Policy
Reject
Allow cookies