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 |
i want department wise maxmum salary and empolyee name
In Oracle 10g, "g" Stands for what?
difference between bind variable and variable
what is the difference between oracle enterprise edition and oracle express edition?
What is a recycle bin in oracle?
What should be the return type for a cursor variable.Can we use a scalar data type as return type?
What is columnar storage what is the advantage?
What is the sql query to concatenate column values from multiple rows in oracle?
How to execute a stored procedure in oracle?
What are the differences between number and binary_float in oracle?
Illustrate how to determine the amount of physical CPUs a Unix Box possesses (LINUX and/or Solaris).
How to use group functions in the select clause using oracle?