6531

Create a new table displaying the following fields :

1st field: name: CopyCode, data type: BIGINT, AutoValue, primary key

2nd field: name: MovieName, data type: VARCHAR, Length: 50

3rd field: name: YearReleased, data type: BIGINT

 

Save the table as Copies and close it.

6532

Insert one more field named Notes in the Movies table. Make sure the field is set to hold a text of 1000 or more characters. Save and close the table.

6534

Modify the RetailPrice field in the Movies table to display values in 3 decimal places. Save and close the table.

6535

Set the width of all columns of the Movies table to 3cm in datasheet view. Close the table.

6539

Change the Price field format of the open table into currency. Save and close the table.

6541

Change the Date field format of the open table to 05/18/1903 13:37:46. Save and close the table.

6544

Insert one more field in the Products table using the name Active and the appropriate type so that it allows Yes/No values only. Save and close the table.

6545

Create a new table displaying the following fields:

1st field: Code,type of data: BigInt, PrimaryKey, AutoValue

2nd field: Name,type of data: Text [VARCHAR]

3rd field: Information, type of data: Memo.

 

Save the table as Names and close it.

6546

Create a new table displaying the following fields:

1st field: Activation,type of data: Date/Time

2nd field: Cost,type of data: Numeric, format: Currency

3rd field: Count, type of data: Numeric

 

Save the table as Charges and close it.

6639

Apply the appropriate index to the Description field of the Products table that will not allow the input of duplicates. Save the table.

12051

The use of index accelerates…

12052

An index allows …

12053

Which of the following actions can help you decreasing the number of duplicates?

12054

…, format and default value are field associated properties.

12055

How would you reduce the number of duplicates in a database?

12056

A change in the length of a Text field from 10 to 20 it will...

12057

A primary key allows a database user to…

12058

What is a primary key used for?

12059

The type of information that can be saved to a field is defined by …. property.

12060

Changing the length of a text field from 10 to 6 characters will …

12061

Which of the following objects can specific data be saved to?

12062

Every field has associated properties like…

12063

How many data items a table field should provide?

12064

The type of data that can be saved to a field is defined by the …. property.