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
Write an sql query to select all records from the table?
Which are the different character-manipulation functions in sql?
Why do we use triggers?
What does the sign mean in sql?
How do we accept inputs from user during runtime?
What is pragma in sql?
What is sql entity?
What is the maximum number of columns in sql table?
How to fix oracle error ora-00942: table or view does not exist
How does cross join work?
what is a view? : Sql dba
How do I use google cloud in sql?
Define sql delete statement.
how does a local variable is defined using t-sql? : Transact sql
How can we find duplicate records in a table?