Forum Replies Created

Viewing 15 posts - 31 through 45 (of 69 total)

  • Reply To: Evaluting a DBA

    Anyone yet to take me up on explaining why a relational DBMS is called "relational"? It's a pretty fundamental question for a DBA.

  • Reply To: Evaluting a DBA

    CURRENT_TIMESTAMP is an ISO Standard supported by Oracle and DB2 so that's not an excuse.

    Which would explain why they don't know about getdate() - thanks by the way, I prefer...

  • Reply To: Evaluting a DBA

    would you actually want to hire someone that claims to know T-SQL if you ask them how to get the current date and time using T-SQL and they HAVE to...

  • Reply To: Evaluting a DBA

    Ask them about real situations or problems. See if they teach you anything or approach a problem in a better way. See if they bother to ask me for more...

  • Reply To: Evaluting a DBA

    Some more questions for the senior candidate

    What do you understand by closure in a relational context?

    What transformation rules would you apply to simplify queries and check constraints?

     

  • Reply To: Evaluting a DBA

    What answer are YOU looking for?

    Why is it called relational?

  • Reply To: Evaluting a DBA

    Ask someone if they know why an RDBMS is called relational.

    Is no one going to take the bait?

  • Reply To: Evaluting a DBA

    Ask someone if they know why an RDBMS is called relational.

    The majority of candidates will give the wrong answer. This doesn't mean they should be rejected - they just need...

  • Reply To: Hopes for vNext

    In the DBMS; assertions - in the SQL Standard since 1992. They would make the implementation of multi-row and multi-table constraints much easier and much more reliable.

    In SSMS the possibility...

  • Reply To: Best Practices and Band Plans

    As an additional point, lobby Microsoft to implement assertions (in the SQL Standard since 1992) which would eliminate the need for constraints in triggers. I know that the implications for...

  • Reply To: Best Practices and Band Plans

    The referential and check constraints in SQL don't cover all possible necessary constraints.

    Therefore you need to use triggers to enforce these constraints.

    The arguments against triggers come from the Oracle camp....

    • This reply was modified 3 years, 6 months ago by  will 58232.
  • Reply To: Back to Basics

    They answer I gave were correct, but not elegant.

    Sometimes there is a difference between the right answer and the right answer for the interview. You have to know both and...

  • Reply To: Back to Basics

    I've found learning about the mathematical background to the relational model very enlightening.

    Some programmers and DBA seem to panic when I mention the "M" word, but the mathematics behind the...

  • Reply To: No-code Software Engineering

    And how it is actually stored and transmitted is not at all standard.

    Well of course not, the whole point of the relational model is that you don't have to know...

  • Reply To: No-code Software Engineering

    The information_schema is an ansi standard for SQL metadata supported by every DBMS. So the format for representing SQL data is standard.

     

Viewing 15 posts - 31 through 45 (of 69 total)