Santa's Reindeer

  • Comments posted to this topic are about the item Santa's Reindeer

  • Good question.

    Of course if you had included 5 and 6 in the answer options it wouldn't have been.

    Tom

  • Steve, your "humor" questions are pretty funny. I remembered 6 of the 8, so I had to ask my daughter about the remaining two :-D.

    Merry Christmas and Happy Holidays to all.

  • Good one, thank you for the post.

    Merry Christmas to everyone. God Bless.

    ww; Raghu
    --
    The first and the hardest SQL statement I have wrote- "select * from customers" - and I was happy and felt smart.

  • 🙂 Merry Christmas, Steve!

  • Fun question!

    Although it doesn't change the answer, there is still some debate as to whether Rudolph is canon... 😛

  • Merry Christmas and a Happy New Year

  • Hmmm, I get different results.

    with Reindeer (ReindeerName)

    as

    (select 'Dancer Reindeer'

    union

    select 'Dasher Reindeer'

    union

    select 'Donner Reindeer'

    union

    select 'Blitzen Reindeer'

    union

    select 'Comet Reindeer'

    union

    select 'Cupid Reindeer'

    union

    select 'Prancer Reindeer'

    union

    select 'Vixen Reindeer'

    union

    select 'Rudolph Reindeer'

    union

    select 'Olive the Other Reindeer'

    )

    select Reindeername

    from Reindeer

    where Reindeername like '%er%'

    ORDER BY ReindeerName ASC;

    I get 10 but that isn't an option.

    MERRY CHRISTMAS

    HAPPY HOLIDAYS

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • Merry X-mas Friends 🙂

  • Merry Christmas to all of you!!!!!!!!!!

  • Merry X-mas to all the members. 🙂

  • Fun question and I screwed it up. 😀

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)

  • Merry christmas and happy new year all.

    Need an answer? No, you need a question
    My blog at https://sqlkover.com.
    MCSE Business Intelligence - Microsoft Data Platform MVP

  • For some places in the world, this type of questions is totally unfamiliar!

    Thanks & Best Regards,
    Hany Helmy
    SQL Server Database Consultant

  • Merry Christmas and a Happy New Year

Viewing 15 posts - 1 through 15 (of 19 total)

You must be logged in to reply to this topic. Login to reply