what is a sub query?how will you calculate working days in
a month using sub query?
Answer Posted / thiyagarajan
A subquery is a select statement within another select
statement.subquery is executed only once and the parent or
outer query will always depends on the value returned by it.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is clause?
Mention what does plv msg allows you to do?
Write a sql query to find the names of employees that begin with ‘a’?
What is a data manipulation language?
what is the use of friend function? : Sql dba
tell me about various levels of constraint. : Sql dba
How many developers work on postgresql?
What is group function in sql?
Can a procedure in a package be overloaded?
Which nosql database is best?
How run sql*plus commands that are stored in a local file?
What is basic structure of pl sql?
What is use of package in pl sql?
Can we insert data into view?
What is varchar example?