Match List I with List II
| List I | List II |
|---|---|
| A. Data redundancy | I. Updating the structure of a data file requires modifying all application programs accessing the file |
| B. Data inconsistency | II. Duplication of data at different places (files) |
| C. Data isolation | III. Separation of resource or data modification made by different transactions |
| D. Data dependency | IV. Mismatch of data maintained at different places |
Previous 10 Questions — COMPUTER SCIENCE INFORMATICS PRACTICES 2022
Nearest first
1
2
3
4
In SQL, LIKE condition allows you to use wildcard characters to perform matching. Which of the following is a valid wil…
Topic: COMPUTER SCIENCE INFORMATICS PRACTICES 2022
Read the following statements and arrange them in the correct order.
A. Exception is raised
B. Executes exception
C. Pr…
Topic: COMPUTER SCIENCE INFORMATICS PRACTICES 2022
The British scientist who invented the World Wide Web in 1990 is _____
Topic: COMPUTER SCIENCE INFORMATICS PRACTICES 2022
Considering the given statement in Python:
Print("Hello world") What type of error will be generated?
Topic: COMPUTER SCIENCE INFORMATICS PRACTICES 2022