One can do a logical data modelling in CA Gen or COOL GEN. Once logical design is complete with physical TD names etc, they can be implemented for Oracl , DB2 or SQL Server database system.
Database Interview Questions
Interview questions for Oracle database administrator
Interview questions for Oracle database architect, data modeler
- What is a difference between procedure and function ?
- Can cursor variables be stored in PL/SQL tables.If yes how. If not why?
- How do you pass cursor variables in PL/SQL?
- How do you open and close a cursor variable.Why it is required?
- What should be the return type for a cursor variable.Can we use a scalar data type as return type?
- What is use of a cursor variable? How it is defined?
- What WHERE CURRENT OF clause does in a cursor?
- Difference between NO DATA FOUND and %NOTFOUND
- What is a cursor for loop?
- What are cursor attributes?
- Difference between an implicit & an explicit cursor.
- What is a cursor?
- What is the purpose of a cluster?
- How do you find the number of rows in a Table ?
- Display the number value in Words?
- Differentiate between TRUNCATE and DELETE
- What is the maximum buffer size that can be specified using the DBMS_OUTPUT.ENABLE function?
- Can you use a commit statement within a database trigger?
- What is an UTL_FILE.What are different procedures and functions associated with it?
- Difference between database triggers and form triggers?
- What is OCI. What are its uses?
- What are ORACLE PRECOMPILERS?
- What is syntax for dropping a procedure and a function? Are these operations possible?
- Can a function take OUT parameters. If not why?
- Can the default values be assigned to actual parameters?
- What is difference between a formal and an actual parameter?
- What are different modes of parameters used in functions and procedures?
- What is a pseudo column. Give some examples?
- How you will avoid your query from using indexes?
- What is a OUTER JOIN?
- Which is more faster - IN or EXISTS?
- When do you use WHERE clause and when do you use HAVING clause?
- There is a % sign in one field of a column. What will be the query to find it?
- What is difference between SUBSTR and INSTR?
- Which datatype is used for storing graphics and images?
- What is difference between SQL and SQL*PLUS?
- What is difference between UNIQUE and PRIMARY KEY constraints?
- What is difference between Rename and Alias?
- What are various joins used while writing SUBQUERIES?
No comments:
Post a Comment