What is cross join sql?


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

Post New Answer

More SQL PLSQL Interview Questions

Is sql the best database?

0 Answers  


Is hadoop a nosql?

0 Answers  


What are different functions in sql?

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 do you declare a constant?

0 Answers  






What is db journal file?

0 Answers  


How to access the current value and next value from a sequence?

6 Answers  


What is the max nvarchar size?

0 Answers  


What is latest version of sql?

0 Answers  


Why is stored procedure faster than query?

0 Answers  


How do I view output in sql developer?

0 Answers  


Do we need to rebuild index after truncate?

0 Answers  


Categories