Deleting a record in a form, deletes that same record in the underlying table.

a. true
b. false

Answer: a. true

Computer Science & Information Technology

You might also like to view...

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

1. To get a complete line of 70 or so character into a C-string is as simple as declaring a long enough C-string and then using the >> operator to extract the line from the input. 2. To read a character at a time, or to write a character at a time, declare a character variable ch and write this: ``` cin >> ch; ``` 3. Indexing for Standard string objects does not range check/ 4. You can assign a standard string to a C-string variable. 5. It is possible to use a standard string with a string member function as source for the strcpy or strcat functions.

Computer Science & Information Technology

Explain in detail the following statement from the chapter: “the EU directive requires that data about EU citizens be protected by the standards of the law even when it leaves their country.” Also, list the top few countries with the most privacy laws.

What will be an ideal response?

Computer Science & Information Technology