VOOZH about

URL: https://www.javacodegeeks.com/tag/sql/page/11

⇱ SQL Archives - Page 11 of 17 - Java Code Geeks


  • Software Development👁 Image
    Lukas EderApril 16th, 2015
    0 99

    It’s the Little Things: The PL/SQL NULL Statement, and why Every Language Should have One

    Syntax is one of those topics. One of those emotional topics that lead to very very very important discussions. I…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Lukas EderApril 9th, 2015
    0 222

    How to Avoid the Dreaded Dead Lock when Pessimistic Locking – And some Awesome Java 8 Usage!

    Sometimes you simply cannot avoid it: Pessimistic locking via SQL. In fact, it’s an awesome tool when you want to…

    Read More »
  • Software Development👁 Image
    Lukas EderMarch 4th, 2015
    0 165

    How to use SQL PIVOT to Compare Two Tables in Your Database

    This can happen ever so easily. You adapt a table by adding a new column:          …

    Read More »
  • Software Development👁 Image
    Lukas EderMarch 3rd, 2015
    1 160

    How to Extract a Date Part in SQL

    The Modern SQL Twitter account (by Markus Winand) published a hint about how to extract a date part in SQL:…

    Read More »
  • Software Development👁 Image
    Lukas EderFebruary 20th, 2015
    0 117

    10 SQL Articles Everyone Must Read

    We’ve been blogging about Java and SQL for a while now, on the jOOQ blog. Over the years, while researching…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Vlad MihalceaFebruary 6th, 2015
    0 370

    How to fix optimistic locking race conditions with pessimistic locking

    Recap In my previous post, I explained the benefits of using explicit optimistic locking. As we then discovered, there’s a…

    Read More »
  • Software Development👁 Image
    Lukas EderFebruary 6th, 2015
    0 47

    Still Using Windows 3.1? So why stick to SQL-92?

    We’ve been blogging a lot about the merits of modern SQL on the jOOQ blog. Specifically, window functions are one…

    Read More »
  • Software Development👁 Image
    Eugene FedorenkoFebruary 3rd, 2015
    0 118

    Declarative SQL Mode Pitfall

    As we know a view object definition supports three SQL modes. There are normal, declarative and expert modes. In this post…

    Read More »
  • Core Java👁 Image
    Lukas EderJanuary 26th, 2015
    0 120

    How to Translate SQL GROUP BY and Aggregations to Java 8

    I couldn’t resist. I have read this question by Hugo Prudente on Stack Overflow. And I knew there had to…

    Read More »
  • First
  • ...
  • «
  • 9
  • 10
  • 11
  • 12
  • 13
  • »
  • ...
  • Last
Back to top button
Close