MS Access 2000 Test
A database contains two tables named Credits and Debits. Which of the following types of data integrity will have to be applied to create a relationship between the Credits and the Debits tables?
A Database has two tables named Products and Orders. The tables are joined by a column called ProductID. You have created a view named View1, which combines the data from both the tables. If the Pr...
Access 2000 lets you restrict entries to text fields so as to control the formatting of the entered data through input masks. The 0 placeholder for input masks of the Text Field data type allows th...
Access 2000 saves new databases in the default database folder. From where can you specify the path of this folder?
By adding a background picture to a Report, you can simulate a watermark. You can determine the proportions of the picture by setting the PictureSizeMode property. This property has three settings....
Choose the appropriate Query for the Products table where data should be displayed primarily in the ascending order in the ProductGroup column. Secondary sorting should be in the descending order i...
Consider the following tables: Books --------- BookId BookName AuthorId SubjectId PopularityRating (the Popularity of the book on a scale of 1 to 10) Language (such as French, English, German etc)...
How can you change the tab order of a Control in a data access page?
How can you specify whether a user can add or delete data in a form or not?
How do you hide duplicate data on a report?
How many databases can be opened at one time in a single Access 2000 instance?
How many twips is 1 inch equal to?
How would you insert the Date and Time into a report?
If you have to store a hyperlink in a field of an Access 2000 table, which data type would be most suitable?
In Access 2000, you can control the access that a user has to data through permissions. The 'Insert data' permission allows a user to:
In Access 2000, you can control the access that a user has to data through permissions. The 'Update data' permission allows a user to:
In the relational model, the columns of a table are also called:
In what form do file data sources (also called DSN files) store connection information?
Instr() returns a number specifying the position of the first occurrence of one string within another. What will be the result of the following: InStr(1, "Northwind", "r")
State whether True or False. In Access 2000, one can easily create a backup copy of the current Access database or of the current Access project by choosing the appropriate Access menu command.
The 'Required' and 'AllowZeroLength' properties control how blank fields are handled. If you want to be able to distinguish between a field that is blank because the information is unknown and a fi...
The Nz Data-Type conversion function is new to Access 2000. What function does it perform?
The student_grades table has these columns: student_id number semester_end date gpa number Which of the following statements finds the highest Grade Point Average (GP...
The students table has two fields, firstname and lastname. Which of the following Select Queries will only return the lastname from the students table?
Under the Advanced options for the Access system, there is an option entitled 'Open Databases Using Record Level Locking'. Which of the following are true when this option is marked?
What effect does the 'Cascade Update Related Fields' option in the Edit Relationships dialog box have?
What effect does the Strcomp function have on a text field data type?
What is the correct order of the clauses in the select statement? 1.select 2.order by 3.where 4.having 5.group by
What is the error in the following Query? select name from students where name = (select name from students order by name)
What is the function of the format painter?
What is the maximum number of fields that may be assigned to an index?
What is the maximum number of indexes that you can create in an Access 2000 table?
What is the maximum number of tables that can be joined in a Select query?
What will be the result for the following expression: Len("Robert King")
Where does Access 2000 store the default properties for displaying and printing the contents of tables and reports?
Which event will you use to cancel the previewing or printing of the report?
Which event will you use to draw a border around the page in a report?
Which items other than column names can you include in the select clause?
Which of the following aggregate functions can be used in a report?
Which of the following clauses is not allowed in a sub-query?
Which of the following is not a data type?
Which of the following is not a section of a report?
Which of the following options most clearly defines the meaning of a bound HTML Control on a data access page?
Which of the following properties will you use for printing a section at the top of the next page if the entire section cannot be printed on the current page?
Which of the following queries is correct?
Which of the following statements about the Primary Key are correct?
Which of the following statements are correct about the Report Snapshots and the Snapshot Viewer?
Which of the property will you use for printing the section at the top of the next page if it can't print the entire section on the current page.?
Which one of the following correctly selects rows from the table myTable that have null in column1?
Which property of the group header, group footer, or detail section should you change if you want each group or record in a report to start on a new page:
Which Query can you use to delete records from the product table?
Which query will be used to return the current date?
Which Query will you use to count the number of records in a result set?
While designing a table in Access, an appropriate data type helps in which of the following ways?
You can use the RunPermissions property in a multi-user environment with a secure workgroup to override the existing user permissions. What effect does the 'Owners' setting of the RunPermissions pr...
You have a table named Students in which there is a column called Studentname for storing the names of the students. What will be the correct Query to display the names of the students in reverse a...