Which is not a major cloud computing platform?
IBM Deep blue
Google 101
Microsoft Azure
Amazon EC2
What is Cloud Computing replacing?
Corporate data centers
Expensive personal computer hardware
Expensive software upgrades
All of the above
What is the number one concern about cloud computing?
Too expensive
Security concerns
Too many platforms
Accessibility
What conditions have to be met before dropping a tablespace?
The tablespace must be offline
The tablespace must be online
The tablespace cannot have active segments
The administrator NOT needs the correct system privilege
Which of the following events can be used to fire triggers?
sysdate
Truncate
avg
To_date
Which names are NOT appropriate database object names?
"SELECT"
"_Marketing"
m364DaYs
SELECT
Expand CLR
Common Language Runtime
Communication Language Runtime
Common Language Realtime
Common Lease Runtime
What is the name of configuration file used in ASP.Net?
App.Config
Web.Config
ASP.Config
App.INS
How will you avoid postback for a button on client side?
OnClick call a server function
retun false on OnClick
return true on OnClientClick
return false on OnClientClick
Is Read Only and Constant variables are same in c#?
True
False