Answer Posted / hr@tgksolutions.com
One way to deal with missing data in a database is to:
Ignoring: During analysis, ignoring rows with missing values.
Imputing is the process of substituting a default value, mean, median, or value obtained from additional data for missing variables.
Elimination: Taking out rows or columns that contain a significant number of missing values.
Using Placeholders: Using a particular placeholder to indicate missing values
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the different types of join operations?
Why dbms is used?
What are the properties of a database?
What do you understand by ‘atomicity’ and ‘aggregation’?
List few restrictions that are imposed while creating views?
What is the type of image in database?
Explain fully functional dependency?
What do you understand by aggregation and atomicity?
What is the difference between a catalog and a database?
How do you call a stored procedure from jdbc?
What do you mean by buffer manager?
What is the role of database server in database management system?
What is database partition key?
What do you understand by unique key?
How a Store Procedure called with a cursor out parameter.?