-
Insert a record in two tables
How to insert a record in two tables with single insert statement ?
-
-
Create table based on another table
How to create table emp1 based on emp, except comm column?
-
Records Count
How to count number of records in a table without using COUNT function?
-
SQL Query to find the department (ID) wise counts in the company
Write SQL Query to find the department (ID) wise counts in the company.
Schema "employee" contains "employee_id", "employee_name", "dept_id". -
Replace Only Third Character with *
How to replace only third character of employees name with * from employee table?
-
-
-
-
-
Index Use
If you have a three columns table with one index on 2nd Column. In the SELECT statement you retrived column 1, can index be used or not?
-
What is difference between a formal and an actual parameter?
The variables declared in the procedure and which are passed, as arguments are called actual, the parameters in the procedure declaration. Actual parameters contain the values that are passed to a procedure and receive results. Formal parameters are the placeholders for the values of actual parameters
-
-
-
-
Correlated subquery
display the 5th lowest sal from emp table using Correlated subquery
-
View - Base Tables
Does View occupy memory? If we delete the base table of existing view, What happens?
-
Write sql query to get the below required output
I have table with col1 values , col2 1st row value should be same col1 1st row, then col 2 row onwards row each should added each row values eg: col1 values 10,20,30. Etc, in col2 values display like 10, 30,60 etc. how we can write sql query ?
-
Distinct values
Query to select distinct values without using distinct
-
What are different Oracle database objects?
TABLESVIEWSINDEXESSYNONYMSSEQUENCESTABLESPACES etc
Oracle SQL Interview Questions
Ans