-
How we enter a new column in middle of our old columns?
I want to add a new column in our table and i already have 4 column in table i want that my column should be added at 3rd position not in last position ..
-
Data Binding
Which type of binding does PL/SQL use?
-
Sql query
What is sql query to retrieve the second effective employees from job data for all the employees?
-
-
ONE SQL statement which produces the following output
DEPARTMENT_ID ,EMP_COUNT, DEPT_PERCENTAGE
-
Corelated query
What is difference b/w coreleated subquery and nested subquery?
-
-
DML operations on base tables using a simple view
Can we make DML operations on base tables using a simple view?Can we insert or update or delete rows to the base tables using a view?
-
-
Normalization in sql
Explain the normalization and why it is done. explain the case when we avoid the normalization in database.
-
-
SQL query to change lower case in a table to Upper case
In a table the persons name is in lower case "abc" and is there any SQL query to obtain that persons name as "ABC" as an output?
-
-
-
-
-
-
Deleting duplicate records in a table without using rowid
1. How to delete a duplicate records in a table without using rowid?
2. What is the use of Connect by clause?
3. What is the use of Connect by clause?
4. How to display "Experience of employee"?E.g. 3 years 4 months 19 days?
5. What is select statement to spe? -
3 way join
Hi,
I have 3 files each having 2 cols
e.g
File1
empid deptid
1 100
2 200
3 200
4 100
5 300
File2
empid salary
1 10
2 20
3 30
4 40 -
SQL Interview Questions
Ans