QuestionQ18
Design and develop database solutionsYou have an Azure SQL database containing a table named Rooms. The Rooms table was created by using the following Transact-SQL statement.

You find that some records in the Rooms table have NULL values in the Owner field.
You need to ensure that every future record includes a value for the Owner field.
What should you add?
Community Discussion