Answer Posted / winnie
In NVL function , it allows to replace with a value when a
null value is encountered.
The syntax is
SELECT NVL(EMP_NAME,'ABC') FROM EMP;
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
Which data dictionary views have the information on the triggers that are available in the database?
How do I run a sql trace?
what is the difference between undefined value and null value? : Sql dba
C. Normalize the following data up to the 3rd Normal form. Create the tables and insert the data given. Emp_ID Name Dept_Name Salary Course_Title Date_Completed 100 Adam Marketing 48,000 SPSS 6/19/2008 Surveys 10/7/2008 140 Bob Accounting 52,000 Tax Acc 12/8/2008 110 Cathy IT SQL Server 1/12/2008 C# 4/22/2008 190 Dan Finance 150 Emily Marketing 55,000 SPSS 6/16/2008 42,000 Analysis 8/12/2008 Queries 1. Find all Names who have completed the SPSS Course. 2. Find employee with max salary. 3. Find employee with 2nd max salary. 4. Find all employees in Dept “Marketing”. 5. Find all the employees who have taken more than 2 courses. 6. Find all the employees who have completed the courses before month of September.
What is the maximum number of triggers, you can apply on a single table?
How many sql statements are used? Define them.
Does a join table need a primary key?
What is a database trigger?
Explain what is a subquery ?
Explain the uses of control file.
Mention what is the plv (pl/vision) package offers?
Define join and name different types of joins?
What is string data type in sql?
What is sql and its types?
What is the use of index in hive?