What will be the output for the below Query
Select 'High' from dual where null = null;
Answer Posted / ashok
no rows selected
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the different dml commands in sql?
How do temporal tables work?
How does join work in sql?
Is there any restriction on the use of union in embedded sql?
Can you have a foreign key without a primary key?
What are the indexing methods?
i have a column which may contain this kind of value: 123*67_80,12*8889_5,34*8_874 ,12*7_7 (can contain space before a comma, and this string length can be anything) now i want to split this value into two column like: column1: 123*67,12*8889,34*8,12*7 column2: 80,5,874,7 use function for this
What is meant by truncate in sql?
What is the purpose of normalization?
What is a data manipulation language?
State some properties of relational databases?
How do you update a sql procedure?
When to use inner join and left join?
What is sql in oracle?
when MSQL8.0 is in market