How to compare the total salary of all employee with a individual employee salary for a particular department.
Latest Answer: There is no native methods to fetch recently updated records as the prime functionality for an RDBMS is to store records in best way that makes prefeching faster, so storage is not based on update order but other attributes that makes DBMS fast
If ...
Latest Answer: you can use view "user_tab_columns". in this view you will get. In this you will get table_name, column_name, datatype and all things..select * from user_tab_columns; ...
How to add positive and negative numbers in a single column and output them to two different columns
There is a table Table_A contains 4 feilds col1, col2, col3, col4 having values a, b, c, d as values respectively. What will be the code if someone wants to update a with b, b with c, c with d and d with a?
There are 10 rows in Table A and 0 Rows in table B. Select * from A,BHow many rows will be retrieved.
10 rows
Latest Answer: An external procedure is simply a program unit that is not written in Oracle’s SQL or PL/SQL and resides outside of the database. External procedures must be stored as shared libraries at the operating system level. In a Windows NT environment, ...
You have EMP and dept table .how do you get the entire department and corresponding employee details and the department which are not alloted it?what is referential integrity constraint?wat is triggers,stored procedures,stored functions explain with examples
I have a table with a column city. The values are “delhi” and “hyderabad”. I need to update Hyderabad with delhi and delhi with Hyderabad. Define a query for that
Latest Answer: Hi All,A Schema in oracle is a logical representation of all the Oracle objects owned by a user.To make my explanation simpe , let me give an example.Let's say you own a bike, a computer, mobile. Now all these articles owned by you collectively is called ...
View page << Previous 2 3 4 5 [6] 7 8 9 10 11 Next >>

Go Top