What is case function?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of time stamp in select statement?
What is sqlca in powerbuilder?
How to avoid using cursors? What to use instead of cursor and in what cases to do so?
What is a cursor ? Why Cursor is required ?
What is an exception in pl/sql?
What is primary key sql?
When can we use the where clause and the having clause?
what is explain plan?
Can we have exception part in trigger ?
What is rtm stands for?
In a table i have columns A,B,C and i have a composite index on columns A,B if so will the following query uses index or not? SELECT sal,name FROM <table_name> WHERE A=<value> AND B=<value> AND C=<value>;
What are the different operators available in sql?