Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Question 2 [10 points] Evaluate the result of the following queries: 1. SELECT INITCAP('SQL Course') FROM DUAL 2. SELECT RPAD('SQL' || LPAD(123456, 10, '$'),

  

Question 2 [10 points] Evaluate the result of the following queries: 1. SELECT INITCAP('SQL Course') FROM DUAL 2. SELECT RPAD('SQL' || LPAD(123456, 10, '$'), 15, '#') FROM DUAL 3. SELECT TO_CHAR(sysdate, 'DD Month YYYY HH:MM:SS AM') FROM DUAL Note: sysdate return the server's current date/time. 4. SELECT NULLIF(LENGTH('Java'), LENGTH('Oracle')) result FROM DUAL 5. SELECT UPPER(CONCAT(SUBSTR ('Oracle Database', 1, 7), 'LAB')) FROM DUAL EMPLOYEES EMPLOYEEID FNAME LNAME JOB ID HIRE DATE SALARY MANAGER ID DEPT ID DEPARTMENTS DEPARTMENTID DEPARTMENT NAME MANAGER ID LOCATION ID JOBS JOBID JOB TITLE MIN SAL MAX SAL LOCATIONS LOCATIONID POSTAL CODE CITY COUNTRY ID COUNTRIES COUNTRYID COUNTRY_NAME

Step by Step Solution

3.30 Rating (147 Votes )

There are 3 Steps involved in it

Step: 1

Q2 Below are the answers for all the parts 1 SELECT INITCAPSQ... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

College Algebra Graphs and Models

Authors: Marvin L. Bittinger, Judith A. Beecher, David J. Ellenbogen, Judith A. Penna

5th edition

321845404, 978-0321791009, 321791002, 978-0321783950, 321783956, 978-0321845405

More Books

Students also viewed these Finance questions

Question

define and understand the benefits of self-confidence,

Answered: 1 week ago