>Concorsi
>Forum
>Bandi/G.U.
 
 
 
 
  Login |  Registrati 
Elenco in ordine alfabetico delle domande di 70-229: SQL Server 2000 database design and implementation

Seleziona l'iniziale:
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  

> Clicca qui per scaricare l'elenco completo delle domande di questo argomento in formato Word!


How does a TRUNCATE TABLE statement differ from an unrestricted DELETE?

Select all that apply.
   A TRUNCATE TABLE cannot be rolled back, even if it occurs within a transaction.
How does a TRUNCATE TABLE statement differ from an unrestricted DELETE?

Select all that apply.
   If the table is referenced by a FOREIGN KEY constraint, only the DELETE may be used.
How is a NOT NULL column added to an existing table?
   By using the ALTER TABLE statement.
How many clustered indexes can be created on a table?
   One