How can you correct errors in data?

What will be an ideal response?


It depends on the type of error. If there is an extra row in the table, use the DELETE command to remove it. If there is a row of data missing, use the INSERT command to add it. If a row contains an incorrect value, use the UPDATE command to change the value.

Computer Science & Information Technology

You might also like to view...

The goal of SWEBOK is to define a clear set of boundaries and materials that make up software development from an engineering perspective.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

A(n) ____ file is a separate file that is saved in the same folder as the camera raw file and holds all of the adjustment data.

a. XMP b. TIFF c. BMP d. JPEG

Computer Science & Information Technology

The ____ property of a RangeValidator control on a web form matches the data type of the value.

A. ControlToValidate B. DataValue C. Type D. DataType

Computer Science & Information Technology

While creating an Excel worksheet, several decisions will determine the appearance and characteristics of the finished worksheet. List and explain the general guidelines you should follow as you create a worksheet.

What will be an ideal response?

Computer Science & Information Technology