Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

How are database programmers different from other programmers?

How is their skill set different? What are their strengths and weaknesses? How do their personalities compare?

Can these generalizations even be made?

share|improve this question

closed as off topic by Jeremy Banks, Robert Harvey Sep 19 '11 at 5:13

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

5 Answers

up vote 9 down vote accepted

They learn to think in terms of 'sets' rather than 'instructions' or 'objects'.

share|improve this answer

They specialise in writing code for a database.

share|improve this answer
+1 Obvious answer ftw – Perchik Mar 18 '09 at 16:41
LOL ! More important than being obvious, I think it's a fitting answer. – Cerebrus Mar 18 '09 at 16:44

They know stuff about the database other than that usual "SELECT * FROM bla".

They know how to use Query Analyzers and know what an Execution plan is. They know that you can Change the SQL QUery to add a Hint to tell the Database which Index to use. They know all those non-Standard Commands that is different for each Database and that enables really obscure, yet highly impacting performance tweaks. They know how to write a Mandelbrot in T-SQL.

Just like a Web Developer knows stuff about AJAX, a Windows Developer knows about Messages or a 3D Engine Developer knows about how to create an Inverse Sqrt function, a Database Programmer knows stuff about SQL

share|improve this answer

I feel the scope of the DB programmers is narrow. The range of problems they face might be limited. And the technologies are changing bit slower. So I think the other programmers have a wide idea about the domain than DB programmers.

share|improve this answer

Who are database developers anyway?

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.