How can I introduce multiple conditions in like operator?
No Answer is Posted For this Question
Be the First to Post Answer
What is oracle host variable?
write sql query following source are EmpID, Salary 101 1000 102 2000 103 3000 I want the output format like following empid,sal,composite_sal 101 1000 1000 102 2000 3000 103 3000 6000
What is the purpose of tables, private synonyms and public synonyms in Oracle?
How would you begin to troubleshoot an ORA-3113 error?
How to start a new transaction in oracle?
which clause we are not used in where clause?
Can we protect our pl/sql source code?
What are the differences between char and nchar in oracle?
How to define a record variable to store a table row?
What are group functions in oracle?
how to produce numbers from 1 to 10 using dual table
How can we view last record added to a table?