If a table has been created in a database, then a subsequent attempt to create the same table in the same database will
a) create a new table with ‘(2)’ at the end of the table name
b) replace the initial table.
c) fail with an exception.
d) remove all of the elements from the initial table
e) None of these is correct
c) fail with an exception.
You might also like to view...
The first character in any String has an index of 1.
Answer the following statement true (T) or false (F)
Answer the following statements true (T) or false (F)
1. If a base class does not have a parameterless constructor, its derived class constructor must use the notation: base(parameter List) to call one of the base class's parameterized constructors. 2. If a reference to a base class object calls a method that has been overridden by a derived class, the derived class's version of the method is the one that executes. 3. Properties in a base class can be overridden in the same way that methods can be overridden. 4. If a derived class introduces additional methods, properties, or fields, a base class reference variable cannot access them.
______ is a set of rules for exchanging files such as text, graphic images, sound, video, and other multimedia files on the Web.
a. IP b. TCP c. FTP d. HTTP
Scenario Manager can manage up to ________ scenarios
A) 32 B) 16 C) 64 D) 8