Explain different types of self contained sub query?
Answer Posted / Manoj Kumar Verma
{"scalar_subquery": "A scalar subquery is a subquery that returns a single value.n"distinct_scalar_subquery": "A distinct scalar subquery is a scalar subquery with the DISTINCT keyword, used to return unique values."}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Does view occupy space?
What are the properties of the transaction?
How do I find the sql server version?
Can we shrink data file in sql server?
List the ways in which dynamic sql can be executed?
explain different types of backups avaialabe in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration
What is sql or structured query language?
What is the difference between for xml raw and for xml auto?
If you're given a raw data table, how would perform etl (extract, transform, load) with sql to obtain the data in a desired format?
How to convert numeric expression data types using the cast() function?
What are the different types of subquery?
Why we use the openxml clause?
Equi join and non equi join is possible with sql server?
Why should you use or avoid select * statements?
How to remove duplicate rows from table except one?