Search:

Type: Posts; User: orlando; Keyword(s):

Search: Search took 0.00 seconds.

  1. SQL Show department name and department number only once

    Hi, experts.

    I need to figur out following problem:
    Write a SQL statement, which shows department_id, department_name, employee_id, last_name from the employees and departments tables. Show the...
  2. Answers
    4
    Views
    4,525

    SQL Re: How to display following matrix?

    Hi,
    Here is my solution. I would like to share it.
    select count(*) as Total,
    count ( case when to_char(hire_date,'YYYY') = '1995' then hire_date else NULL end) as "1995",
    count ( case when...
  3. Answers
    4
    Views
    4,525

    SQL Re: How to display following matrix?

    Hi, Innila,
    Thank you for your answer.
    Your result data are what they want, but the problem ask to display the Total and years as first row, and the numbers are on the second row. I can not figure...
  4. Answers
    4
    Views
    4,525

    SQL How to display following matrix?

    Need to create a query to display the total number of employees and the number of employees hired in 1995, 1996, 1997 and 1998. i have difficulty of creating following format. not sure how to use...
  5. SQL Re: Display record ordered by the day of the week

    Thank you Innila.
    It works great!

    Orlando
  6. SQL Display record ordered by the day of the week

    How can display the record ordered by the day of the week, STARTING WITH MONDAY? My results always start with Sunday which is the first day of the week.
Results 1 to 6 of 6
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact