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 offset and limit in sql?
How would you convert date into julian date format?
What is inner join in sql?
Can we use threading in pl/sql?
describe transaction-safe table types in mysql : sql dba
How to read xml file in oracle pl sql?
Define commit, rollback and savepoint?
Can we use pl sql in mysql?
in oracle 10g sw after compiling procedure how to pass parameter values ,if we (v_empid out number)how to give empid after successful compilation program.This site exact suitable for 10g with respect to question & answer same format , im trying sql browser & sql command prompt using exec procedure name & respective parameters.
Write a program that shows the usage of while loop to calculate the average of user entered numbers and entry of more numbers are stopped by entering number 0?
What is the purpose of normalization?
How can use stored procedures in sql?
What is the source code of a program?
What pl/sql package consists of?
What does (+) mean in sql joins?