What is difference between CHAR and VARCHAR2?What is the maximum SIZE allowed for each type?
6 32616If i insert record in table A and these record should update in table B by using Trigger.How to achieve this.
4 9834I have a mapping loading 100 records and it failed on 20th record. how to recover it without changing anything.(in prod where we don't have any access).. (the session should should start from 21 record)
1309I have following column in the table. col1 1 a b c 2 3 d and I want to display it as num chars 1 a 2 b 3 c 4 d numbers in one column and letters in another column.
1 2604Can anyone tell me what are the roles and responsibilities of informatica support ( L1, L2, & L3 ) Team?
1 1410Post New Saama Tech Interview Questions
What is the use of finalize method?
What query tells you how much space a tablespace named test is taking up, and how much space is remaining?
If you run hive as a server, what are the available mechanism for connecting it from application?
How to declare the variables function in python?
Leave went into lop(scenarios based fit gap) requirement phase is?
What is the final access modifier in java?
You are a project manager for Fountain of Youth Spring Water bottlers. You are installing a new accounting system and have identified several problems and their causes. You decide to use which of the following flowcharts to diagram the problems' causes and effects? A. Decision tree diagram B. Fishbone diagram C. Benchmark diagram D. Simulation tree diagram
Why is a sensitivity analysis important?
Explain rigging?
What is the advantage of using –password-file rather than -P option while preventing the display of password in the sqoop import statement?
What is use of @transactional?
What are the different types of ioc container?
HOW DOES THE ELECTRONIC ENERGY METER WORKS?
What is rtti in c++?
Is the ternary operator written x : y ? Z or x ? Y : z ?