This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Which permissions are needed to be able to create a table using Transact-SQL?
The ALTER TABLE, and CREATE SCHEMA permissions.
The UPDATE TABLE, and MODIFY SCHEMA permissions.
The CREATE TABLE, and ALTER SCHEMA permissions.
Which of the following features is required for a CTE query?
The query must have a WITH … AS clause.
The query must include a GROUP BY clause.
The query must include a CREATE FUNCTION statement.
Someone wants to create a global temporary table, what will they need to do?
Add a single # in front of the table name in the CREATE TABLE statement.
Add ## in front of the table name in the CREATE TABLE statement.
Add a Global# in front of the table name in the CREATE TABLE statement.
You must answer all questions before checking your work.
Was this page helpful?
Need help with this topic?
Want to try using Ask Learn to clarify or guide you through this topic?