This is a post in the SQL Interview series. These aren’t trick or gotcha questions, they’re just questions designed to scope out a candidate’s knowledge around […]
This is a post in the SQL Interview series. These aren’t trick or gotcha questions, they’re just questions designed to scope out a candidate’s knowledge around […]
This is a post in the SQL Interview series. These aren’t trick or gotcha questions, they’re just questions designed to scope out a candidate’s knowledge around […]
One of the most popular courses that we used to run in person was a SQL Server Administration course. Yesterday, I recently finished converting the course […]
In the previous post, I talked about how you could add default values for columns. One special type of default value is called an IDENTITY constraint. […]
This is a post in the SQL Interview series. These aren’t trick or gotcha questions, they’re just questions designed to scope out a candidate’s knowledge around […]
Default constraints allow us to automatically provide values for columns when: we don’t supply them ourselves they are marked as NOT NULL so they are required […]
This is a post in the SQL Interview series. These aren’t trick or gotcha questions, they’re just questions designed to scope out a candidate’s knowledge around […]