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 |
what is kernel?
What is the order of defining local variables and sub procedures/functions?
I have a table emp. There is only one column in the table. In that , there are only three rows in that column. The value in the first row is 'A' and the value in the second row is 'B' and the third row is 'C'. Now, my question is , How will you write a select query to display the output as B C A Note: order by cannot be used coz it gives us output as CBA. But the output should be BCA.
What is tns entry?
How to define Data Block size ?
Explain self joins in oracle?
What is connection pooling in oracle?
What are the Referential actions supported by FOREIGN KEY integrity constraint ?
Whether Oracle satisfy more codd rules or db2 satisfy more codd rules? How meny of each can satisfy ? Please answer me. Advance thanks
Can we connect to ORACLE db using Windows Authentication?
select statement does not retrieve any records. what exception is raised?
Hi Every One , What is the table Space in Oracle Database ? waiting for answere and thankyou