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 |
How to connect the oracle server as sysdba?
What are the different types of synonyms?
Why do we use bulk collect in oracle?
What is connection pool in oracle?
Hi all, Can any one give answer for this question. Suppose im having employee table with fields, eno, ename, dept, address1, address2, address3. In address field employee can fill only address1 or address2 or address3... at a time he can fill three address fields. now i want all employee names who filled only one address field.. Plz its urjent can any one give querry.. Thanks in advance.
What is a private synonym?
What is the difference between view and materialized view in Oracle?
How to convert characters to times in oracle?
which sql command we can use to get a print out from oracle?
DBMS vs. RDBMS
Explain the difference between a procedure and a function? What do you understand by those terms?
how to find the n'th highest salary from emp ?