databases Online Quiz - 108
Description: databases Online Quiz - 108 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: databases |
If a table is dropped, then triggers created on it will also be dropped.
Select belongs to which type of language?
DESC belongs to
Dropped table can be got back without recreating it.
How can we calculate average of a column?
what are the functions used for calculating sub totals ?
Which process registers the logfile in a standby database ?
what happens if the listener currently running for prod database is terminated due to some reason?
Is it possible to resize the size of redo logs while the database is running?
Code Name of SQL Server 2005?
Which recovery model doesn't allow Log backups?
This database will be flushed when SQL Server restarts
Which table has all the users of a server?
Which database holds the information of all the jobs in a server?
If a sysadmin is granted with "db_denydatareader" role for a database he will not be able to access the data from that database.
What does the OUT= represents in PROC SORT ?