Exit 70-761 Querying Data with Transact-SQL
Question 1 of 5
0% complete
Q1 Single choice

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section. You will NOT be able to return to it. As a result, these questions will not appear in the review screen.

You have a database that contains a single table named tblVehicleRegistration. The table is defined as follows:

You run the following query:

The query output window displays the following error message: "Conversion failed when converting the
varchar value `AB012' to data type int."

You need to resolve the error.

Solution: You modify the Transact-SQL statement as follows:

Does the solution meet the goal?

  • A

    Yes

  • B

    No

Previous Next