Viewing 15 posts - 31 through 45 (of 73 total)
Despite the apparent complexity at the mathematical level
The mathematical level is much simpler than SQL. The mathematical definition of a function is much simpler than the programming language definition -...
June 18, 2021 at 7:48 pm
any restrictions on the level of temporal resolution
Is there ever a business case for having the time expressed down to microseconds? I recommend reading Flash Boys - A Wall Street...
June 18, 2021 at 7:06 pm
It just because data is related to other data.
Codd called his invention relational because it is based on the mathematical construct of a relation. This represents a relation between sets....
June 18, 2021 at 7:02 pm
Anyone yet to take me up on explaining why a relational DBMS is called "relational"? It's a pretty fundamental question for a DBA.
June 18, 2021 at 6:34 pm
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...
June 18, 2021 at 6:31 pm
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...
June 18, 2021 at 5:50 pm
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...
June 18, 2021 at 5:46 pm
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?
June 18, 2021 at 4:25 pm
What answer are YOU looking for?
Why is it called relational?
June 18, 2021 at 3:43 pm
Ask someone if they know why an RDBMS is called relational.
Is no one going to take the bait?
June 18, 2021 at 3:30 pm
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...
June 18, 2021 at 2:33 pm
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...
June 17, 2021 at 8:44 pm
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...
June 13, 2021 at 7:42 am
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....
June 13, 2021 at 7:36 am
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...
May 23, 2021 at 7:54 pm
Viewing 15 posts - 31 through 45 (of 73 total)