-
-
SQL
What are the data types in oracle?
-
Data Conversion
Have 2 table Emp1 (Column Name: Ename), 2nd table Emp2 (Column Name: First and Column Name: LastTable Name :Emp1ENameHunt, MichaelGraham, SmithNelson, Ryan Table Name: Emp2First LastMichael HuntSmith GrahamRyan NelsonNeed to write a SQL query to convert the data from Emp1 to Emp2 in this way.Can any body help me.Thanks
-
Enlarge Work Area Size
How to enlarge the size of work area in iSQL*plus?
-
View - Base Tables
Does View occupy memory? If we delete the base table of existing view, What happens?
-
-
Analytical Function
WE using Last_value()analytical function but the result do not match according to me?
-
Column Level Constraint
What are Column Level Constraint and Table Level Constraint? How do they differ from one another?
-
-
HAVING vs WHERE Clause
Where clause restricts rows, what does having clause restricts ?1. only group results.2. rows results.3. both rows and groups result.
-
SQL Query Locks
How to use different types of locks in SQL query?
-
-
-
Write a query to update third column such that
There is a table having the following columns :-student id marks1 marks2 maxmarks1 10 20 202 25 30 303 30 10 304 35 25 355 20 40 40write a query to update column maxmarks such that maxmarks column contains whatever be the greater value among marks1...
-
SQL Buffer
Which command displays the SQL command in the SQL buffer, and then executes it?
-
Date Function BC & AD
What is BC and AD in date function of SQL?
-
Change Default Display
How to change the default display? For deptno 10 show "Financial Department", for deptno 20 show "Account Department", for deptno 30 show "Management Information System", for deptno 40 show "Electronic Data Processing"
-
-
Display Time in SQL
How to display current system time in SQL.
-
Average Department Salary
How to Get the employee details whose salary is less than the average salary of the department.
Oracle SQL Interview Questions
Ans