Answer Posted / nishi
A partial backup is any operating system backup short of a fullbackup, taken while the database is open or shut down. The following are all examples of partial database backups: a backup of all datafiles for an individual tablespace.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which dbms is best?
What are database functions?
What is optimization in database?
What is database partition key?
What do you understand by data redundancy?
Define database system.
What is instance in dbms?
Describe the difference between data and database administration.
With DTS packaging I can store tables in Excel and convert them back to SQL. But once I copied tables to Excel I want to modify some info. How you do that without editing the Excel file?
What is snow flake schema design in database? What's the difference between star and snow flake schema?
What does rdbms stand for?
Differentiate between ‘cluster’ and ‘non-cluster’ index.
IF Statements BLOCK 1 . IF a >= b THEN do_this …..; ELSE do_that….; END IF BLOCK 2 . IF a < b THEN do_that …..; ELSE do_this….; END IF; • Given any pair of non-NULL values for “a” and”b”, will Block 1 and Block 2 do the same thing? • What if either “a” or”b” (or both) is NULL?
Which is the best free database software?
How do you create a simple database?