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 |
Youre getting high busy buffer waits - how can you find whats causing it?
How to create lov dynamically at runtime & attach to text field?
what happened to the global index when I truncate the data in one of the partition?
Database is hung. Old and new user connections alike hang on impact. What do you do? Your SYS SQLPLUS session IS able to connect.
How to get a list of all user accounts in the database?
Can we write dml statement in function in oracle?
can anyody please send me the dump for Oracle 10g certifications for DBA path?
why dont we assign not null constraint as table level constraint.
What does ROLLBACK do ?
How can we manage the gap in a primary key column created by a sequence? Ex:a company has empno as primary key generated by a sequence and some employees leaves in between.What is the best way to manage this gap?
How to install oracle odbc drivers?
What is the max number of columns in an oracle table?