what is query and types of query
Answers were Sorted based on User's Feedback
Answer / manohar
to retrieve data from the database tables is called query
| Is This Answer Correct ? | 9 Yes | 2 No |
Answer / gangadhar mahabubabad
query is a language
by using query, we can write SQL statements
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / bhupali
Query is a sql statement which helps to retrieve data from
multiple table
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / vaibhav tiwari
The SQL statement returns a result set of records from one
or more tables.Query is not only used for data retrieval
but it can also be used for updation of data.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / vipin kumar ( m.c.a)
Query is a PL/SQL statement using to perform an action.
| Is This Answer Correct ? | 1 Yes | 5 No |
Answer / reddibasha
A Query is a SELECT statement, which is always successful.
| Is This Answer Correct ? | 1 Yes | 9 No |
Display the number value in Words?
Explain user account with reference to oracle.
How to insert a new row into a table in oracle?
What is Data Dictionary Cache in Oracle?
How do we display rows from the table without duplicates?
What are the factors that affect OPTIMIZER in choosing an Optimization approach ?
Maximum how many triggers can be updated in table ?
5 Answers Accenture, Cap Gemini,
List out the types of joins.
what is unique key?
14 Answers Amazon, Cap Gemini, Infosys, Wipro,
How do I manually create a database in oracle?
can any one help me with import/export options in oracle............
Why do I get java.lang.abstractmethoderror when trying to load a blob in the db?