How can you load microsoft excel data into oracle? : aql loader


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL PLSQL Interview Questions

how to delete an existing column in a table? : Sql dba

0 Answers  


Hi All, I am new to both this blog and technology. I was able to see a response for one of the questions on triggers as below. I would like to know why are we using " if rtrim(to_char(sysdate,'day'))=rtrim('sunday') then" instead, can't we use " if sysdate = 'sunday' then". I can understand the use of "rtrim", but dont know y v r using to_char. I have seen this in many cases but did not get a convincible explaination. Please help me with this and do excuse if this question sounds silly. Thanks in advance...... create or replace trigger trg_sun before insert on <table name> begin if rtrim(to_char(sysdate,'day'))=rtrim('sunday') then raise_application_error(-20345,'no transaction in sunday'); end if; end trg_sun;

2 Answers  


What is difference between hql and native sql?

0 Answers  


What are different categories of sql commands?

0 Answers  


Types of optimization?

6 Answers   Microsoft,


How many aggregate functions are available there in sql?

0 Answers  


What is the difference between function and procedure in pl/sql?

0 Answers  


What is pl/sql tables?

7 Answers   TCS,


How do I remove sql developer from windows 10?

0 Answers  


Define implicit and explicit cursors.

0 Answers  


How can we overcome recursive triggers in SQL?

1 Answers   iFlex,


How can we make an if statement within a select statement?

0 Answers  


Categories