To insert new rows into a table, you will mostly use the INSERT statement. In the example above, I’ve inserted one row into the dbo.CinemaGroups table. […]
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 […]
In a previous post, I described the issues with measuring quantities in warehousing systems. I showed how you could well need to measure more than just […]
Stored procedures are prepackaged groups of T-SQL statements. They can also be written in other languages, but most of the time they’ll be written in T-SQL. […]
After one of my recent posts, I was asked what an outer quantity was. This term is common in warehousing and logistics. So many business applications assume […]