What is the difference between an inner and outer join?


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

Post New Answer

More SQL PLSQL Interview Questions

What is an alias command?

0 Answers  


What is relationship? How many types of relationship are there?

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  


how to insert the data through views? The view is depending upon more than two tables? how to update materalized views?

3 Answers   3i Infotech,


Can we call a function containing dml statements in a select query?

0 Answers  






What is the use of function in sql?

0 Answers  


Can primary key be changed?

0 Answers  


Can a composite key be null?

0 Answers  


Why sql query is slow?

0 Answers  


difference between anonymous blocks and sub-programs.

0 Answers  


What programs use sql?

0 Answers  


How can u find column name from a table which have max value in a row.( not max value)

5 Answers  


Categories