Answer Posted / lakshmi
A named subquery in the from clause of main query is an example of inline view.
syntax:select * from (subquery)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we insert delete data in view?
Do prepared statements prevent sql injection?
How do I run a sql trace?
What is sql injection owasp?
Explain how to use transactions efficiently : transact sql
What is the use of primary key?
How do I add a primary key to a table?
What is the process of copying data from table a to table b?
What is aggregate function in sql?
what is a view? : Sql dba
How to use transactions efficiently : transact sql
What is delimiter sql?
What is structural independence and why is it important?
ERROR:Insert or update on table"accnt" violates foreign key constraints "acct_to_curr_symbol" DETAILS:KEY(accnt_curr_id)(-2)is not present in the table "curr_symbol" ......solve The Problem..
What is the difference between microsoft sql and mysql?