adspace


What are sub-queries? Give example? In which case
sub-queries are not feasible?

Answer Posted / akhil

text and image datatypes are not allowed in
subqueries.Subqueries cannot manipulate their results
internally, that is, a subquery cannot include the order by
clause, the compute clause, or the into keyword.
Correlated (repeating) subqueries are not allowed in the
select clause of an updatable cursor defined by declare cursor.

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is acid mean in sql server?

1244


How to remove duplicate rows from table except one?

1087


When should you use an instead of trigger?

1050


What are the different types of subquery?

1233


Equi join and non equi join is possible with sql server?

1133


What are the source of constraints?

1008


do you know how to configure db2 side of the application? : Sql server database administration

1121


How do I find the sql server version?

1101


What are the pros and cons of putting a scalar function in a queries select list or in the where clause?

1298


What is sql or structured query language?

1226


What is a coalesce function?

1282


Can we shrink data file in sql server?

1125


You have a stored procedure, which execute a lengthy batch job. This stored procedure is called from a trigger you do not want to slow the data entry process you do not want trigger to wait for this batch job to finish before it completes itself what you can do to speed up the process?

1212


How to convert numeric expression data types using the cast() function?

1146


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?

1045