Click here to Skip to main content
16,021,580 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Which RDBMS? Pin
seismofish23-Jul-24 0:51
seismofish23-Jul-24 0:51 
GeneralRe: Which RDBMS? Pin
k505418-Jul-24 4:57
mvek505418-Jul-24 4:57 
GeneralRe: Which RDBMS? Pin
honey the codewitch18-Jul-24 7:17
mvahoney the codewitch18-Jul-24 7:17 
GeneralRe: Which RDBMS? Pin
k505418-Jul-24 7:38
mvek505418-Jul-24 7:38 
GeneralRe: Which RDBMS? Pin
honey the codewitch18-Jul-24 7:41
mvahoney the codewitch18-Jul-24 7:41 
AnswerRe: Which RDBMS? Pin
RickZeeland18-Jul-24 5:18
mveRickZeeland18-Jul-24 5:18 
AnswerRe: Which RDBMS? Pin
Kornfeld Eliyahu Peter18-Jul-24 5:19
professionalKornfeld Eliyahu Peter18-Jul-24 5:19 
AnswerRe: Which RDBMS? Pin
jochance18-Jul-24 8:03
jochance18-Jul-24 8:03 
When you look for things, look for ANSI SQL.

Those are the common bits across the things SQL.

There are a few implementation/platform specific things. Like Oracle does 'sequences' and MSSQL has 'identity'.

But a big swath of most standard DDL/DML is highly portable.

And I'd say what I think really matters in RDBMS is more about set theory than it is about SQL dialects/specifics. Normalized vs denormalized and stuff like how to identify where indexes are going to help or where they may be more costly (in disk space and maintenance) than the ROI (in performance).
GeneralRe: Which RDBMS? Pin
honey the codewitch18-Jul-24 8:10
mvahoney the codewitch18-Jul-24 8:10 
GeneralRe: Which RDBMS? Pin
RickZeeland18-Jul-24 10:02
mveRickZeeland18-Jul-24 10:02 
GeneralRe: Which RDBMS? Pin
jochance18-Jul-24 10:14
jochance18-Jul-24 10:14 
GeneralRe: Which RDBMS? Pin
honey the codewitch18-Jul-24 15:35
mvahoney the codewitch18-Jul-24 15:35 
GeneralRe: Which RDBMS? Pin
jochance18-Jul-24 23:01
jochance18-Jul-24 23:01 
GeneralRe: Which RDBMS? Pin
honey the codewitch18-Jul-24 23:22
mvahoney the codewitch18-Jul-24 23:22 
GeneralRe: Which RDBMS? Pin
jochance18-Jul-24 23:27
jochance18-Jul-24 23:27 
GeneralRe: Which RDBMS? Pin
honey the codewitch18-Jul-24 23:28
mvahoney the codewitch18-Jul-24 23:28 
GeneralRe: Which RDBMS? Pin
jochance18-Jul-24 23:34
jochance18-Jul-24 23:34 
GeneralRe: Which RDBMS? Pin
jschell18-Jul-24 15:03
jschell18-Jul-24 15:03 
GeneralRe: Which RDBMS? Pin
honey the codewitch18-Jul-24 15:37
mvahoney the codewitch18-Jul-24 15:37 
GeneralRe: Which RDBMS? Pin
jschell19-Jul-24 13:09
jschell19-Jul-24 13:09 
GeneralRe: Which RDBMS? Pin
honey the codewitch19-Jul-24 13:14
mvahoney the codewitch19-Jul-24 13:14 
GeneralRe: Which RDBMS? Pin
PIEBALDconsult19-Jul-24 17:11
mvePIEBALDconsult19-Jul-24 17:11 
GeneralRe: Which RDBMS? Pin
jschell24-Jul-24 14:52
jschell24-Jul-24 14:52 
GeneralRe: Which RDBMS? Pin
PIEBALDconsult24-Jul-24 15:16
mvePIEBALDconsult24-Jul-24 15:16 
GeneralRe: Which RDBMS? Pin
jschell26-Jul-24 12:16
jschell26-Jul-24 12:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.