What is a data type? List the data types commonly found in a database.

What will be an ideal response?


Student responses will vary, but should be drawn from the following information from the text.?The data type specifies the kind of data a field can contain and how the field is used. Common data types include:• Text: Letters, numeric characters, or special characters• Number (also called numeric values): Positive or negative numbers, and the number zero, with or without decimal points• AutoNumber: Unique number automatically assigned by the DBMS to each added record, which provides a value that identifies the record (such as a student ID)• Currency: Dollar and cent amounts or numbers containing decimal values• Date (also called date/time): Month, day, year, and sometimes time• Memo (also called long text): Lengthy text entries, which may or may not include separate paragraphs• Yes/No (also called Boolean): Only the values Yes or No (or True or False)• Hyperlink: Email address or web address that links to a webpage on the Internet or document on a network• Object (also called BLOB, for binary large object): Photo, audio, video, or a document created in other programs or apps, such as word processing or spreadsheet, stored as a sequence of bytes in the database• Attachment: Document or image that is attached to the field, which can be opened in the program that created the document or image (functions similarly to email attachments)

Computer Science & Information Technology

You might also like to view...

The widest reaching type of permission in a SQL Server is database permissions.

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

Computer Science & Information Technology

What is a utility program?

What will be an ideal response?

Computer Science & Information Technology

Using a ____ statement makes a message appear in the Output panel when you perform an action.

A. trace B. syntax C. debugging D. confirmation

Computer Science & Information Technology

The number of times you need to process the list of values is ____ than the number of elements in the array.

A. one less B. one more C. two less D. two more

Computer Science & Information Technology