Home
Current Affairs January 2024

What is the correct answer?

4

In table design view what are the first column of buttons used for

A. Indicate Primary Key

B. Indicate Current Row

C. Both of above

D. None of above

Correct Answer :

C. Both of above


Related Questions

What is the correct answer?

4

The__ button on the tool box display data from a related table

A. Sub form sub report

B. Relationships

C. Select objects

D. More controls

What is the correct answer?

4

You can set a controls border type to make the border invisible.

A. Transparent

B. Invisible

C. Do not display

D. No border

What is the correct answer?

4

What happens when you release mouse pointer after you drop the primary key of a table into foreign key of another table?

A. A relationship is created

B. Edit relationship dialog box appears

C. Error occurs

D. Nothing happens

What is the correct answer?

4

The database language that allows you to access or maintain data in a database

A. DCL

B. DML

C. DDL

D. None of above

What is the correct answer?

4

After entering all fields required for a table, if you realize that the third field is not needed, how will you remove?

A. You need to delete the whole tablThere is no method to remove a particular field only.

B. Delete all the fields from third downwards and reenter the required fields again.

C. Select the third column in datasheet view then Delete

D. Select the third row in table design view then Delete

What is the correct answer?

4

The___ operator will cause a record to be selected only if two or more conditions are satisfied

A. Or

B. If or

C. Range

D. And

What is the correct answer?

4

What does the show check box in query design window indicate

A. It indicates whether the field is to be used or not

B. It indicates whether the field is to be displayed in query result or not

C. It indicates whether the field names to be displayed in query result or not

D. None of above

What is the correct answer?

4

Cascade update option

A. means do not change the value in the primary key field if that record has related records in another table

B. means change all the related records in child tables if the record in parent table is changed

C. Both of above

D. None of above

What is the correct answer?

4

Which of the following may not be a database?

A. Data presented in table in MS Word document

B. Data entered in Excel spreadsheet

C. A presentation created in PowerPoint

D. A telephone diary

What is the correct answer?

4

If I create Student field in Fees table to store student_id of Students table, then this Student field in Fees table is called:

A. Foreign key

B. Native key

C. Composite key

D. Primary key

What is the correct answer?

4

To sort records in a table

A. Open table, click on the field on which the sorting is to be done, then click Sort button on database toolbar

B. Open table, click Sort button on database toolbar, choose field based on which to sort, click OK

C. Click the field heading to sort it ascending or descending

D. All of above

What is the correct answer?

4

A search value can be an exact value or it can be

A. Logical Operator

B. Relationship

C. Wild card character

D. Comparison operation

What is the correct answer?

4

Unlike text data type, this can store up to maximum of 65, 535 characters.

A. memo

B. data/time

C. number

D. All of above

What is the correct answer?

4

Which of the following is not a type of relationship that can be applied in Access database

A. One to One

B. One to Many

C. Many to Many

D. All of above can be applied

What is the correct answer?

4

Which of the following creates a drop down list of values to choose from a list?

A. OLE Object

B. Hyperlink

C. Memo

D. Lookup Wizard

What is the correct answer?

4

What is the maximum length a text field can be?

A. 120

B. 255

C. 265

D. 75

What is the correct answer?

4

Which of the following is not a database object?

A. Tables

B. Queries

C. Relationships

D. Reports

What is the correct answer?

4

Which of the following statement is true

A. Reports can be used to retrieve data from tables and calculate

B. Queries can be printed in well formatted manner and presented as the information

C. Queries can include calculated fields that do not exist in table

D. Reports and forms are similar but forms are use to print but reports to display on screen only

What is the correct answer?

4

What are the columns in a Microsoft Access table called?

A. Rows

B. Records

C. Fields

D. Columns

What is the correct answer?

4

If you write criteria values vertically (one in a row) it will mean

A. OR conditions

B. AND conditions

C. NOT condition

D. None of above

What is the correct answer?

4

Which of the following store command to retrieve data from database?

A. Forms

B. Reports

C. Queries

D. Tables

What is the correct answer?

4

If you need to edit a relationship

A. Right click the relationship line and choose Edit Relationship

B. Double click the relationship line

C. Both of above

D. None of above

What is the correct answer?

4

The size of Yes No field is always

A. 1 bit

B. 1 byte

C. 1 character

D. 1 GB

What is the correct answer?

4

DCL provides commands to perform actions like

A. Change the structure of tables

B. insert, update or delete records and data values

C. authorizing access and other control over database

D. None of above

What is the correct answer?

4

The complete information about an entity in a database is called

A. Data

B. Information

C. Field

D. Record

What is the correct answer?

4

How can you define a field so that when entering data for that field it will display ****** instead of actual typed text

A. Input mask

B. Validation Rule

C. Indexed

D. IME Mode

What is the correct answer?

4

We can remove a relationship defined between two tables by

A. From Edit menu choose Delete Relationship

B. Select the relationship line and press Delete

C. Choose Delete option from Relationship menu

D. All of above

What is the correct answer?

4

A database object in MS Access that stores a question about the data in database?

A. Table

B. Form

C. Query

D. Report

What is the correct answer?

4

In a database table, the category of information is called ____________

A. tuple

B. field

C. record

D. All of above

What is the correct answer?

4

To create a new table, in which method you dont need to specify the field type and size?

A. Create table in Design View

B. Create Table using wizard

C. Create Table by Entering data

D. All of above