VOOZH about

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

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


  • Software Development👁 Image
    Vlad MihalceaNovember 11th, 2014
    0 116

    An entity modelling strategy for scaling optimistic locking

    Introduction Application-level repeatable reads are suitable for preventing lost updates in web conversations. Enabling entity-level optimistic locking is fairly easy.…

    Read More »
  • Core Java👁 Image
    Lukas EderOctober 6th, 2014
    0 164

    Don’t Miss out on Writing Java 8 SQL One-Liners with jOOλ or jOOQ

    More and more people are catching up with the latest update to our platform by adopting functional programming also for…

    Read More »
  • Core Java👁 Image
    Lukas EderSeptember 26th, 2014
    0 164

    Asynchronous SQL Execution with jOOQ and Java 8’s CompletableFuture

    Reactive programming is the new buzzword, which essentially just means asynchronous programming or messaging. Fact is that functional syntax greatly…

    Read More »
  • Software Development👁 Image
    Lukas EderSeptember 3rd, 2014
    0 145

    Awesome SQL Trick: Constraints on Views

    CHECK constraints are already pretty great when you want to sanitize your data. But there are some limitations to CHECK…

    Read More »
  • Software Development👁 Image
    Lukas EderAugust 22nd, 2014
    0 111

    A Wonderful SQL Feature: Quantified Comparison Predicates (ANY, ALL)

    Have you ever wondered about the use-case behind SQL’s ANY (also: SOME) and ALL keywords? You have probably not yet…

    Read More »
  • Software Development👁 Image
    Lukas EderAugust 21st, 2014
    0 127

    All You Ever Need to Know About Recursive SQL

    Oracle SYNONYMs are a great feature. You can implement all sorts of backwards-compatibility tweaks simply by creating SYNONYMs in your…

    Read More »
  • Software Development👁 Image
    Lukas EderAugust 11th, 2014
    4 110

    SQL Tip of the Day: Be Wary of SELECT COUNT(*)

    Recently, I’ve encountered this sort of query all over the place at a customer site:          …

    Read More »
  • Software Development👁 Image
    Lukas EderAugust 11th, 2014
    0 94

    Are You Using SQL PIVOT Yet? You Should!

    Every once in a while, we run into these rare SQL issues where we’d like to do something that seems…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Martin MoisJuly 1st, 2014
    1 187

    Tracing SQL statements in JBoss AS 7 using a custom logging handler

    Using an ORM to abstract from your specific database and to let it create and issue all the SQL statements…

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