Вы находитесь на странице: 1из 2

Questions:-

----------
Data types & Sublanguages:-
-------------------------
1)Difference between char and varchar?
2)What is precision and scale in number data type?
3)Difference between ddl and dml?
4)Difference between truncate and delete?
5)How to take backup of table and create structure of table?

Costraints:-
----------
1)What is constraint and types of constraint?
2)What is master child relation?
3)What is primary key and forien key?
4)Where we can see constraints on a perticular table and columns?
5)What is On delete cascade?
6)Write a query to enable or disable and drop constraints?
7)What is check constraint?

View:-
----
1)What is view? what are the types of views?
2)What is materialized view?
3)what is the Difference between view and materialized view?
4)what is the Difference between simple view and complex view?
5)What are the data dictionary views for view and materialized views?
6)How to refresh materialized view manually?

Joins:-
-----
1)What is join and what are the types of joins?
2)What is self join and WAQ(write a query) to display ename and manager names of
employee table?
3)What are the types of outer joins and write query for each outer join?
4)Why joins required and ?to join n tables how many join conditions required?

Sub queries:-
-----------
1)What is sub query and what are the types of sub queries?
2)what is correlated sub query ?WAQ for correlated sub query?
2)What is the difference between single row sub query and multi row sub query?

operators:-
---------
1)what is operator what are the types of operators?
2)how to compare null value in a column?
3)what is the difference between _ and % predicates in like operator?
and WAQ to display record with ename have '_' value?
4)what are set operators and list out all set operators?
5)Diference between union and union all operators which is good in performance?

functions:-
---------
1)what is function?what are the types of functions?
2)what is the difference between single row function and group function?
3)what is diff between ceil() ,floor() and trunc() and round()?
4)what is the diff between substr() ,instr() and replace() ,translate()?
5)what is the diff between last_day() and next_day() functions?
6) what is the diff between where and having clauses
7)what is the diff between nvl() , nvl2() and decode and case?

sequence & synonyms:-


------------------
1)What is sequence ?what is the diff between nextval and currval?
2)I created one sequence seq if i use below query for first time what error will
come and why?
sql>select seq.currval from dual;
3)what is synonym ? what are the types of synonym?
Indexes:-
-------
1)What is index what are the types of indexes?
2)what is the diff between Btree index and bitmap index?
3) Where we can see the indexes?

Pseudo columns:-
--------------
1)what is diff between rowid and rownum?
2)How to delete duplicates in atable?
3)how to display last five records in a table?
4)how to display a range of records?
5)how to display nth highest sal of employee?

Вам также может понравиться