What is difference between CHAR and VARCHAR2?What is the
maximum SIZE allowed for each type?
Answer Posted / thilaga
char 2000 byres, varchar 4000 bytes
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Is drop table faster than truncate?
What is trigger point?
Does pdo prevent sql injection?
Mention what problem one might face while writing log information to a data-base table in pl/sql?
Why do we use sql constraints? Which constraints we can use while creating database in sql?
How do you modify a table in sql?
What is a data definition language?
What is the advantage of nosql?
Can we join 3 tables in sql?
How to use sql statements in pl/sql?
What is the difference between the implicit and explicit cursors?
Can you join views in sql?
Explian rowid, rownum?
Explain exception handling in pl/sql?
First round ------------------- - Procedure - Packages - Views - Virtual tables - Can we use dcl with in function? - Joins and few scenarios - Triggers and its type - Pragma, type and its functionality - How to create db link in oracle - Materialized view - How to find duplicate values from table? - Cursor and its functionality - Write a script to display friday and its date from a entire year. - Exception Handling Second round ------------------------ Gave a scenario like. Need to write a function to perform. When user try to change a password. It must not be last five password and a given password can be combination of characters, symbols, upper and lower case.