VOOZH about

URL: https://www.javacodegeeks.com/tag/databases/page/8

⇱ Databases Archives - Page 8 of 15 - Java Code Geeks


  • 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 »
  • Software Development👁 Image
    Java Code GeeksFebruary 18th, 2015
    0 249

    Five easy steps to improve your database performance

    January 30, 2015: Based on reader feedback, section 4 “Do you have enough database connections?” has been revised. Database access…

    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 »
  • Core Java👁 Image
    Dani BuizaFebruary 3rd, 2015
    7 3,542

    JDBC Tutorial – The ULTIMATE Guide (PDF Download)

    In this post, we feature a comprehensive JDBC  Tutorial (Java Database Connectivity), an API provided by Oracle that allows programmers…

    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 »
  • Software Development👁 Image
    Lukas EderJanuary 7th, 2015
    0 266

    How to Emulate the MEDIAN() Aggregate Function Using Inverse Distribution Functions

    Some databases are awesome enough to implement the MEDIAN() aggregate function. Remember that the MEDIAN() is sligthly different from (and…

    Read More »
  • Software Development👁 Image
    Lukas EderJanuary 1st, 2015
    0 104

    The Awesome PostgreSQL 9.4 / SQL:2003 FILTER Clause for Aggregate Functions

    Sometimes when aggregating data with SQL, we’d love to add some additional filters. For instance, consider the following world bank…

    Read More »
  • Enterprise Java👁 Image
    Lukas EderJanuary 1st, 2015
    0 149

    Leaky Abstractions, or How to Bind Oracle DATE Correctly with Hibernate

    We’ve recently published an article about how to bind the Oracle DATE type correctly in SQL / JDBC, and jOOQ.…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Vlad MihalceaDecember 31st, 2014
    0 263

    A beginner’s guide to transaction isolation levels in enterprise Java

    Introduction A relational database strong consistency model is based on ACID transaction properties. In this post we are going to…

    Read More »
  • First
  • ...
  • «
  • 6
  • 7
  • 8
  • 9
  • 10
  • »
  • ...
  • Last
Back to top button
Close