MCQOPTIONS
Bookmark
Saved Bookmarks
→
Structured Query Language (SQL)
→
Status Variables in Structured Query Language (SQL)
→
The SELECT statement SELECT 'Hi' FROM DUAL WHERE N..
1.
The SELECT statement SELECT 'Hi' FROM DUAL WHERE NULL = NULL;Outputs
A.
Hi
B.
FLASE
C.
TRUE
D.
Nothing
Answer» E.
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
Which of the following command makes the updates performed by the transaction permanent in the database?
The SQL statement SELECT SUBSTR('abcdefghij', INSTR('123321234', '2', 3, 2), 2) FROM DUAL;prints
The SQL statementSELECT SUBSTR('123456789', INSTR('abcabcabc', 'b'), 4) FROM DUAL;
What does the following query find?(SELECT DISTINCT r.sidFROM boats b, reserves rWHERE b.bid = r.bidAND b.color = 'red')MINUS(SELECT DISTINCT r.sidFROM boats b, reserves rWHERE b.bid = r.bidAND b.color = 'g
The SELECT statement SELECT 'Hi' FROM DUAL WHERE NULL = NULL;Outputs
Let the statementSELECT column1 FROM myTable;return 10 rows. The statementSELECT ALL column1 FROM myTable;will return
Find all the cities with temperature, condition and humidity whose humidity is in the range of 63 to 79
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply