SQL related questions
what is the difference between NVL and NVL2 functions?
Question
Find all the students who either are male or live in Mumbai ( have Mumbai as a part of their address).
Question
Get alternate record from table
Question
SQL Regular Expression
Question
SQL interview question | Conditional Query
Question
SQL output question | The Moonfrog Lab interview question
Question
SELECT ‘NITIN’+1
SELECT ‘NITIN’+’1’
SELECT(SELECT ‘NITIN’)
SELECT ‘1’+1
SELECT 1+’1’
solved
3
SQL
55 years
18 Answers
2375 views
Grand Master
Can you join two table without any common column?
Question
You always have a big data i.e. millions of rows in your tables, how would you partition it for optimum performance?
Question
What is indexing in SQL? Meredith India interview question
Question
What is the difference between COUNT(*) and COUNT(ColName)?
Question