Αυτό το πρόγραμμα περιήγησης δεν υποστηρίζεται πλέον.
Κάντε αναβάθμιση σε Microsoft Edge για να επωφεληθείτε από τις τελευταίες δυνατότητες, τις ενημερώσεις ασφαλείας και την τεχνική υποστήριξη.
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.
Ήταν χρήσιμη αυτή η σελίδα;
Χρειάζεστε βοήθεια σχετικά με αυτό το θέμα;
Θέλετε να δοκιμάσετε να χρησιμοποιήσετε την επιλογή Ρωτήστε το Learn για να σας καθοδηγήσει σε αυτό το θέμα;