VOOZH about

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

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


  • Software Development👁 Image
    Lukas EderDecember 16th, 2015
    0 120

    SQL GROUP BY and Functional Dependencies: A Very Useful Feature

    Relational databases define the term “Functional Dependency” as such (from Wikipedia): In relational database theory, a functional dependency is a…

    Read More »
  • Software Development👁 Image
    Lukas EderNovember 8th, 2015
    0 175

    How to Find the Longest Consecutive Series of Events in SQL

    A very interesting problem that can be solved very easily with SQL is to find consecutive series of events in…

    Read More »
  • Software Development👁 Image
    Andrey RedkoOctober 28th, 2015
    6 324

    NoSQL vs. SQL: Choosing a Data Management Solution

    Table Of Contents 1. Introduction 2. Distributed systems: the CAP theorem 3. Relational data stores 3.1. MySQL / MariaDB 3.2.…

    Read More »
  • Software Development👁 Image
    Lukas EderOctober 27th, 2015
    0 197

    How to Find the Closest Subset Sum with SQL

    I’ve stumbled upon this very interesting question on Stack Overflow, recently. Its title is: [How to] compare a number with…

    Read More »
  • Software Development👁 Image
    Neeraja RentachintalaOctober 22nd, 2015
    0 131

    Leveraging new features in Drill 1.2 – ANSI SQL Analytic/Window functions

    Today we are very excited to announce the latest version of Apache Drill, 1.2,) as part of the MapR distribution.…

    Read More »
  • Software Development👁 Image
    Lukas EderOctober 22nd, 2015
    0 107

    jOOQ Tuesdays: Markus Winand is on a Modern SQL Mission

    Welcome to the jOOQ Tuesdays series. In this series, we’ll publish an article on the third Tuesday every other month…

    Read More »
  • Software Development👁 Image
    Lukas EderOctober 15th, 2015
    0 87

    The 10 Most Popular DB Engines (SQL and NoSQL) in 2015

    About two years ago, we’ve published this post about the 10 most popular DB engines, where we analyzed the data…

    Read More »
  • Software Development👁 Image
    Lukas EderOctober 8th, 2015
    0 149

    You Probably don’t Use SQL INTERSECT or EXCEPT Often Enough

    When people talk about SQL JOIN, they often use Venn Diagrams to illustrate inclusion and exclusion of the two joined…

    Read More »
  • Software Development👁 Image
    Lukas EderSeptember 16th, 2015
    0 95

    Don’t Format Dates in SQL. Use the DATE Literal!

    I’m seeing people do this all the time. They want to hammer a date or timestamp constant into their SQL…

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