Exam Master


    In Exam master we are providing Exam notifications,Preparation guide,materials etc.,

TNPSC
RRB
UPSC
SSB
Bank Exams
GATE
CAT
Share on Google Plus

About Mindsforest

    Blogger Comment
    Facebook Comment

2 comments:

  1. Hi There,


    I’ve often thought about this Exam Master. Nice to have it laid out so clearly. Great eye opener.

    I'm trying to set up a reminder. It needs to remind users of a reassessment date that occurs every 90 days based upon the first contact (enrollment_date) with a potential client. But I only need to show the closest upcoming date. So, if a client's next closest assessment date is 12-12-15 it would show that date until 12-13-15 when it would be beginning to show 3-11-16. Is that possible?

    Appreciate your effort for making such useful blogs and helping the community.

    Thanks & Regards,
    Morgan lee

    ReplyDelete
  2. Greetings Mate,


    So bloody thorough! Ah! So happy and blissed out! I feel redeemed by reading out Exam Master. Keep up the good work!

    I have this requirement where I have to execute a sql query based on output of another query, something like given in example below :

    Code (Text):

    a=select to_char(sysdate,'DAY') from dual
    if a='SUNDAY' then
    select syadate from dual;
    else
    select sysdate-1 from dual;

    Explanation - If output of my first query is SUNDAY then execute Query1 else execute query2
    Any help is appreciated.


    I read multiple articles and watched many videos about how to use this tool - and was still confused! Your instructions were easy to understand and made the process simple.

    Kind Regards,
    Radhey

    ReplyDelete