Correct Answer: Tinyint
Explanation:
Note: This Question is unanswered, help us to find answer for this one
Transact-SQL (T-SQL) Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More Transact-SQL (T-SQL) MCQ Questions
What is the result of this query? SELECT 'abc\ def' AS Result;
To select a random student from the table, which statement could you use?
Which statement creates a new database schema named Sales and establish Sharon as the owner?
The result of a CROSS JOIN between a table with 4 rows, and one with 5 rows, will give with _ rows.
You need to write a query that returns all products that have a SerialNumber ending with "10_3". Which WHERE clause should you use to fill in the blank in this query?SELECT ProductID, ProductName, SerialNumber FROM Products______ ;
What does a RIGHT JOIN ensure?
How many bytes of storage does the int data type consume?
When no join type between multiple tables in a query's FROM clause is specified, what type of join is assumed?