Tag: databases
Questions Related to databases
-
INSERT INTO Persons ('Olsen') INTO LastName
-
INSERT ('Olsen') INTO Persons (LastName)
-
INSERT INTO Persons (LastName) VALUES ('Olsen')
-
None
-
DELETE ROW FirstName='Peter' FROM Persons
-
DELETE FROM Persons WHERE FirstName = 'Peter'
-
DELETE FirstName='Peter' FROM Persons
-
None
-
SELECT COLUMNS() FROM Persons
-
SELECT COUNT(*) FROM Persons
-
SELECT COUNT() FROM Persons
-
SELECT COLUMNS(*) FROM Persons
-
SELECT UNIQUE
-
SELECT DISTINCT
-
SELECT DIFFERENT
-
None
-
UPDATE Persons SET LastName='Hansen' INTO LastName='Nilsen'
-
MODIFY Persons SET LastName='Nilsen' WHERE LastName='Hansen
-
UPDATE Persons SET LastName='Nilsen' WHERE LastName='Hansen'
-
MODIFY Persons SET LastName='Hansen' INTO LastName='Nilsen
-
retrieve the table by using the flashback feature
-
restore all the data files from last Sunday's backup and then perform a time-based recovery
-
restore all the data files from last Sunday's backup and then perform a log sequence recovery
-
restore all the data files from last Sunday's backup and then perform a cancel-based recovery
-
restore from last Sunday's backup only data files that belong to the tablespace in which the table was stored and then perform a complete recovery
-
drop and re-create the read-only tablespaces
-
rename the read-only data files to their correct file names
-
change the tablespace status from read/write to read-only
-
re-create the read-only tablespace because it is automatically removed
-
none of the above
-
The data file cannot be recovered.
-
The date file can be restored from the SYSTEM auto backup.
-
Take thetablespaceoffline,drop,kand re-create it.
-
Recovery Manager (RMAN) is used to recover the data file.
-
The ALTER DATABSE CREATE DATAFILE
-
snmp.ora
-
names.ora
-
spfile.ora
-
sqlnet.ora
-
listener.ora
-
tnsnames.ora