What will be the output for the below Query
Select 'High' from dual where null = null;

Answer Posted / rapaka srivani

the answer will be "no rows selected" because in question
we used a word called 'dual'. 'dual' is a default table in
SQL where it doesn't contain data. so the answer will
be 'no rows selected'.

Is This Answer Correct ?    20 Yes 23 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between sql and t sql?

537


What are the query optimization techniques?

535


how many sql dml commands are supported by 'mysql'? : Sql dba

569


What are all types of user defined functions?

532


Difference between truncate, delete and drop commands?

559






What's the difference between a primary key and a clustered index?

516


What are the advantages of pl sql?

603


What are sql functions? Describe the different types of sql functions?

558


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

671


Can we insert delete data in view?

544


What does trigger mean in slang?

529


What is db journal file?

520


how to create a new table by selecting rows from another table in mysql? : Sql dba

563


How do rank () and dense_rank () differ?

522


can sql servers linked to other servers like oracle? : Sql dba

552