Sentence view

Universal Dependencies - English - LinES

LanguageEnglish
ProjectLinES
Corpus Parttrain
AnnotationAhrenberg, Lars


showing 1 - 100 of 357 • next


[1] tree
Show All
s-1
en_lines-ud-train-doc1-1
Show All
[2] tree
About ANSI SQL query mode
s-2
en_lines-ud-train-doc1-2
About ANSI SQL query mode
[3] tree
Some of the content in this topic may not be applicable to some languages.
s-3
en_lines-ud-train-doc1-3
Some of the content in this topic may not be applicable to some languages.
[4] tree
You can create SQL queries in one of two ANSI SQL query modes:
s-4
en_lines-ud-train-doc1-4
You can create SQL queries in one of two ANSI SQL query modes:
[5] tree
ANSI-89 describes the traditional Jet SQL syntax.
s-5
en_lines-ud-train-doc1-5
ANSI-89 describes the traditional Jet SQL syntax.
[6] tree
This mode conforms closely to the ANSI-89 Level 1 specification, but is not ANSI-89 Level 1 compliant.
s-6
en_lines-ud-train-doc1-6
This mode conforms closely to the ANSI-89 Level 1 specification, but is not ANSI-89 Level 1 compliant.
[7] tree
Certain ANSI-89 SQL features are not implemented and the wildcard characters conform to the Visual Basic for Applications (VBA) specification, not SQL.
s-7
en_lines-ud-train-doc1-7
Certain ANSI-89 SQL features are not implemented and the wildcard characters conform to the Visual Basic for Applications (VBA) specification, not SQL.
[8] tree
ANSI-92 provides new reserved words, syntax rules, and wildcard characters that enhance your ability to create queries, filters, and SQL statements.
s-8
en_lines-ud-train-doc1-8
ANSI-92 provides new reserved words, syntax rules, and wildcard characters that enhance your ability to create queries, filters, and SQL statements.
[9] tree
This mode conforms closely to the ANSI-92 Level 1 specification, but is not ANSI-92 Level 1 compliant.
s-9
en_lines-ud-train-doc1-9
This mode conforms closely to the ANSI-92 Level 1 specification, but is not ANSI-92 Level 1 compliant.
[10] tree
This query mode has more of the ANSI syntax, and the wildcard characters conform to the SQL specification.
s-10
en_lines-ud-train-doc1-10
This query mode has more of the ANSI syntax, and the wildcard characters conform to the SQL specification.
[11] tree
In Microsoft Access 2000 using ADOX, you could programmatically create queries that used ANSI-92 SQL syntax.
s-11
en_lines-ud-train-doc1-11
In Microsoft Access 2000 using ADOX, you could programmatically create queries that used ANSI-92 SQL syntax.
[12] tree
However, any queries you created were not visible in the Database window because there was no option to set this mode in the user interface.
s-12
en_lines-ud-train-doc1-12
However, any queries you created were not visible in the Database window because there was no option to set this mode in the user interface.
[13] tree
Now in Access 2002, you can set the ANSI SQL query mode through the user interface for the current database and as the default setting for new databases.
s-13
en_lines-ud-train-doc1-13
Now in Access 2002, you can set the ANSI SQL query mode through the user interface for the current database and as the default setting for new databases.
[14] tree
Why use ANSI-92 SQL?
s-14
en_lines-ud-train-doc1-14
Why use ANSI-92 SQL?
[15] tree
You may want to use ANSI-92 SQL for the following reasons:
s-15
en_lines-ud-train-doc1-15
You may want to use ANSI-92 SQL for the following reasons:
[16] tree
You anticipate upsizing your application in the future to an Access project and want to create queries that will run with minimal changes in a Microsoft SQL Server database.
s-16
en_lines-ud-train-doc1-16
You anticipate upsizing your application in the future to an Access project and want to create queries that will run with minimal changes in a Microsoft SQL Server database.
[17] tree
You want to take advantage of the new features not found in ANSI-89 SQL, such as:
s-17
en_lines-ud-train-doc1-17
You want to take advantage of the new features not found in ANSI-89 SQL, such as:
[18] tree
Changing security settings by using the GRANT and REVOKE SQL statements
s-18
en_lines-ud-train-doc1-18
Changing security settings by using the GRANT and REVOKE SQL statements
[19] tree
Using DISTINCT in an aggregate function reference, for example, SUM-DISTINCT-Price
s-19
en_lines-ud-train-doc1-19
Using DISTINCT in an aggregate function reference, for example, SUM-DISTINCT-Price
[20] tree
Using the LIMIT TO nn ROWS clause to limit the number of rows returned by a query
s-20
en_lines-ud-train-doc1-20
Using the LIMIT TO nn ROWS clause to limit the number of rows returned by a query
[21] tree
Why you should avoid mixing queries created under different ANSI SQL query modes
s-21
en_lines-ud-train-doc1-21
Why you should avoid mixing queries created under different ANSI SQL query modes
[22] tree
The ANSI SQL query mode default for new Access databases in 2002 and 2000 file formats
s-22
en_lines-ud-train-doc1-22
The ANSI SQL query mode default for new Access databases in 2002 and 2000 file formats
[23] tree
ANSI-89 is the default setting for a new Access database in 2002 and 2000 file format.
s-23
en_lines-ud-train-doc1-23
ANSI-89 is the default setting for a new Access database in 2002 and 2000 file format.
[24] tree
You can not set the SQL query mode new database default to ANSI-92 in 2000 file format because the option is disabled;
s-24
en_lines-ud-train-doc1-24
You can not set the SQL query mode new database default to ANSI-92 in 2000 file format because the option is disabled;
[25] tree
ANSI-89 is the only query mode setting available for a database in Access 2000 file format.
s-25
en_lines-ud-train-doc1-25
ANSI-89 is the only query mode setting available for a database in Access 2000 file format.
[26] tree
About using connection files
s-26
en_lines-ud-train-doc1-26
About using connection files
[27] tree
A connection file stores information about a connection to a data source (such as an OLE DB data source) and the data associated with the connection.
s-27
en_lines-ud-train-doc1-27
A connection file stores information about a connection to a data source (such as an OLE DB data source) and the data associated with the connection.
[28] tree
In Microsoft Access, you can use a connection file to bind one or more data access pages to a data source.
s-28
en_lines-ud-train-doc1-28
In Microsoft Access, you can use a connection file to bind one or more data access pages to a data source.
[29] tree
When you open a page, Access reads the connection file that is linked to the page, and based on the contents of the connection file, connects the page to the appropriate data source.
s-29
en_lines-ud-train-doc1-29
When you open a page, Access reads the connection file that is linked to the page, and based on the contents of the connection file, connects the page to the appropriate data source.
[30] tree
A connection file uses one of the following file formats:
s-30
en_lines-ud-train-doc1-30
A connection file uses one of the following file formats:
[31] tree
Office Data Connection (.odc)
s-31
en_lines-ud-train-doc1-31
Office Data Connection (.odc)
[32] tree
A file format that uses HTML and XML to store the connection information.
s-32
en_lines-ud-train-doc1-32
A file format that uses HTML and XML to store the connection information.
[33] tree
You can view or edit the contents of the file in any text editor.
s-33
en_lines-ud-train-doc1-33
You can view or edit the contents of the file in any text editor.
[34] tree
Universal Data Link (.udl)
s-34
en_lines-ud-train-doc1-34
Universal Data Link (.udl)
[35] tree
A standard file format provided by Microsoft Data Links to create file-persistent OLE DB data source object definitions.
s-35
en_lines-ud-train-doc1-35
A standard file format provided by Microsoft Data Links to create file-persistent OLE DB data source object definitions.
[36] tree
Benefits of using a connection file
s-36
en_lines-ud-train-doc1-36
Benefits of using a connection file
[37] tree
Using a connection file simplifies the task of deploying related data access pages.
s-37
en_lines-ud-train-doc1-37
Using a connection file simplifies the task of deploying related data access pages.
[38] tree
Pages that connect to a common data source can share a single connection file.
s-38
en_lines-ud-train-doc1-38
Pages that connect to a common data source can share a single connection file.
[39] tree
If you move or copy the data source, instead of updating the ConnectionString property of each dependent page, you only need to edit the connection information in the connection file to make the pages point to the right location or database.
s-39
en_lines-ud-train-doc1-39
If you move or copy the data source, instead of updating the ConnectionString property of each dependent page, you only need to edit the connection information in the connection file to make the pages point to the right location or database.
[40] tree
Linking a page to a connection file
s-40
en_lines-ud-train-doc1-40
Linking a page to a connection file
[41] tree
When creating a data access page, you can choose whether you want to link the page to a connection file or simply use a connection file without creating a link.
s-41
en_lines-ud-train-doc1-41
When creating a data access page, you can choose whether you want to link the page to a connection file or simply use a connection file without creating a link.
[42] tree
You can also choose whether you want to use an existing connection file or create a new one.
s-42
en_lines-ud-train-doc1-42
You can also choose whether you want to use an existing connection file or create a new one.
[43] tree
Linking to a connection file
s-43
en_lines-ud-train-doc1-43
Linking to a connection file
[44] tree
When you establish a link between the connection file and a page, the page's ConnectionFile property is set to the name of the file.
s-44
en_lines-ud-train-doc1-44
When you establish a link between the connection file and a page, the page's ConnectionFile property is set to the name of the file.
[45] tree
Each time you open the page, Access will read the connection file, extract the connection information, and set the ConnectionString property of the page.
s-45
en_lines-ud-train-doc1-45
Each time you open the page, Access will read the connection file, extract the connection information, and set the ConnectionString property of the page.
[46] tree
Using a connection file without creating a link
s-46
en_lines-ud-train-doc1-46
Using a connection file without creating a link
[47] tree
When creating a page, you can use the contents of a connection file to set the ConnectionString property of the page, but choose not to create a link between the page and the connection file.
s-47
en_lines-ud-train-doc1-47
When creating a page, you can use the contents of a connection file to set the ConnectionString property of the page, but choose not to create a link between the page and the connection file.
[48] tree
Changing the connection information of a page
s-48
en_lines-ud-train-doc1-48
Changing the connection information of a page
[49] tree
When a connection file is used
s-49
en_lines-ud-train-doc1-49
When a connection file is used
[50] tree
Either change the ConnectionFile property of the page to point to a different connection file, or edit the connection file in a text editor.
s-50
en_lines-ud-train-doc1-50
Either change the ConnectionFile property of the page to point to a different connection file, or edit the connection file in a text editor.
[51] tree
If you choose to edit the connection file, remember that all other pages that use the connection file will also be affected by the changes you make.
s-51
en_lines-ud-train-doc1-51
If you choose to edit the connection file, remember that all other pages that use the connection file will also be affected by the changes you make.
[52] tree
If you edit the ConnectionString property of a page that is linked to a connection file, the link will be broken and the ConnectionFile property will be set to null.
s-52
en_lines-ud-train-doc1-52
If you edit the ConnectionString property of a page that is linked to a connection file, the link will be broken and the ConnectionFile property will be set to null.
[53] tree
When a connection file is not used
s-53
en_lines-ud-train-doc1-53
When a connection file is not used
[54] tree
Either create a link between the page and a connection file by setting the ConnectionFile property, or edit the ConnectionString property.
s-54
en_lines-ud-train-doc1-54
Either create a link between the page and a connection file by setting the ConnectionFile property, or edit the ConnectionString property.
[55] tree
When you create a link, Access will automatically set the ConnectionString property based on the contents of the connection file.
s-55
en_lines-ud-train-doc1-55
When you create a link, Access will automatically set the ConnectionString property based on the contents of the connection file.
[56] tree
Convert a previous-version data access page
s-56
en_lines-ud-train-doc1-56
Convert a previous-version data access page
[57] tree
A page created using Microsoft Access 2000 must be converted before it can be used with Access 2002.
s-57
en_lines-ud-train-doc1-57
A page created using Microsoft Access 2000 must be converted before it can be used with Access 2002.
[58] tree
Open the page in Access 2002 Design view.
s-58
en_lines-ud-train-doc1-58
Open the page in Access 2002 Design view.
[59] tree
Access will create a backup copy of the page (pagefilename.bak.htm) at the same location as the original data access page file.
s-59
en_lines-ud-train-doc1-59
Access will create a backup copy of the page (pagefilename.bak.htm) at the same location as the original data access page file.
[60] tree
If you want to revert to the Access 2000 version of the page, delete the converted file, rename the backup copy, and then connect the page to the database.
s-60
en_lines-ud-train-doc1-60
If you want to revert to the Access 2000 version of the page, delete the converted file, rename the backup copy, and then connect the page to the database.
[61] tree
If the data access page includes any Microsoft Office Web Components (a PivotTable list, chart, or spreadsheet), only users with a valid Microsoft Office 2002 license will be able to use those components.
s-61
en_lines-ud-train-doc1-61
If the data access page includes any Microsoft Office Web Components (a PivotTable list, chart, or spreadsheet), only users with a valid Microsoft Office 2002 license will be able to use those components.
[62] tree
About analyzing data
s-62
en_lines-ud-train-doc1-62
About analyzing data
[63] tree
Microsoft Access provides several techniques to help you analyze data.
s-63
en_lines-ud-train-doc1-63
Microsoft Access provides several techniques to help you analyze data.
[64] tree
Create a crosstab query
s-64
en_lines-ud-train-doc1-64
Create a crosstab query
[65] tree
You can use a crosstab query to calculate and restructure data for easier analysis.
s-65
en_lines-ud-train-doc1-65
You can use a crosstab query to calculate and restructure data for easier analysis.
[66] tree
Crosstab queries calculate a sum, average, count, or other type of total for data that is grouped by two types of information one down the left side of the datasheet and another across the top.
s-66
en_lines-ud-train-doc1-66
Crosstab queries calculate a sum, average, count, or other type of total for data that is grouped by two types of information – one down the left side of the datasheet and another across the top.
[67] tree
Comparison of a crosstab and a select query
s-67
en_lines-ud-train-doc1-67
Comparison of a crosstab and a select query
[68] tree
1 A select query
s-68
en_lines-ud-train-doc1-68
1 A select query
[69] tree
2 A crosstab query based on the select query
s-69
en_lines-ud-train-doc1-69
2 A crosstab query based on the select query
[70] tree
Add a PivotTable list to a data access page
s-70
en_lines-ud-train-doc1-70
Add a PivotTable list to a data access page
[71] tree
A PivotTable list is an interactive table that you can use to analyze data dynamically from within a Web browser.
s-71
en_lines-ud-train-doc1-71
A PivotTable list is an interactive table that you can use to analyze data dynamically from within a Web browser.
[72] tree
At run time, users can change the layout of the PivotTable list.
s-72
en_lines-ud-train-doc1-72
At run time, users can change the layout of the PivotTable list.
[73] tree
They can move the fields that are displayed in the row, column, and data area of the PivotTable list, or add or remove fields from the list.
s-73
en_lines-ud-train-doc1-73
They can move the fields that are displayed in the row, column, and data area of the PivotTable list, or add or remove fields from the list.
[74] tree
Users can also filter, sort, and group data.
s-74
en_lines-ud-train-doc1-74
Users can also filter, sort, and group data.
[75] tree
The following illustration shows a PivotTable list on the Orders data access page.
s-75
en_lines-ud-train-doc1-75
The following illustration shows a PivotTable list on the Orders data access page.
[76] tree
PivotTable list on a data access page
s-76
en_lines-ud-train-doc1-76
PivotTable list on a data access page
[77] tree
View a datasheet or form in PivotTable view
s-77
en_lines-ud-train-doc1-77
View a datasheet or form in PivotTable view
[78] tree
Access 2002 provides a PivotTable view for datasheets and forms.
s-78
en_lines-ud-train-doc1-78
Access 2002 provides a PivotTable view for datasheets and forms.
[79] tree
In this view, you can build an interactive report using the fields underlying the datasheet or form.
s-79
en_lines-ud-train-doc1-79
In this view, you can build an interactive report using the fields underlying the datasheet or form.
[80] tree
The view uses a Microsoft Office PivotTable Component, so you can do all the things that you can do on a PivotTable list.
s-80
en_lines-ud-train-doc1-80
The view uses a Microsoft Office PivotTable Component, so you can do all the things that you can do on a PivotTable list.
[81] tree
You can add fields to the view, move or remove fields, and filter, sort, and group data.
s-81
en_lines-ud-train-doc1-81
You can add fields to the view, move or remove fields, and filter, sort, and group data.
[82] tree
The following illustration shows the Employees table in PivotTable view.
s-82
en_lines-ud-train-doc1-82
The following illustration shows the Employees table in PivotTable view.
[83] tree
Datasheet in PivotTable view
s-83
en_lines-ud-train-doc1-83
Datasheet in PivotTable view
[84] tree
About customizing the layout of a PivotTable or PivotChart view
s-84
en_lines-ud-train-doc1-84
About customizing the layout of a PivotTable or PivotChart view
[85] tree
Customizing the layout of a PivotTable view
s-85
en_lines-ud-train-doc1-85
Customizing the layout of a PivotTable view
[86] tree
You can control how the data is presented in a PivotTable view by customizing the layout.
s-86
en_lines-ud-train-doc1-86
You can control how the data is presented in a PivotTable view by customizing the layout.
[87] tree
A different layout lets you calculate and compare summarized values for different elements in your data, or display summaries for a subset of the data.
s-87
en_lines-ud-train-doc1-87
A different layout lets you calculate and compare summarized values for different elements in your data, or display summaries for a subset of the data.
[88] tree
Using the drop areas
s-88
en_lines-ud-train-doc1-88
Using the drop areas
[89] tree
You change the layout by moving the fields to predefined drop areas within the PivotTable view workspace.
s-89
en_lines-ud-train-doc1-89
You change the layout by moving the fields to predefined drop areas within the PivotTable view workspace.
[90] tree
Drop areas in PivotTable view
s-90
en_lines-ud-train-doc1-90
Drop areas in PivotTable view
[91] tree
1 Drop areas
s-91
en_lines-ud-train-doc1-91
1 Drop areas
[92] tree
2 Detail area
s-92
en_lines-ud-train-doc1-92
2 Detail area
[93] tree
After you move fields to the drop areas so that the drop area captions are covered up, you can still drag additional fields to the areas.
s-93
en_lines-ud-train-doc1-93
After you move fields to the drop areas so that the drop area captions are covered up, you can still drag additional fields to the areas.
[94] tree
Moving fields to the row or column areas
s-94
en_lines-ud-train-doc1-94
Moving fields to the row or column areas
[95] tree
When you move a field to the row area, the unique items of data within the field are displayed down the rows of the PivotTable view.
s-95
en_lines-ud-train-doc1-95
When you move a field to the row area, the unique items of data within the field are displayed down the rows of the PivotTable view.
[96] tree
When you move a field to the column area, the unique items of data are displayed across the columns.
s-96
en_lines-ud-train-doc1-96
When you move a field to the column area, the unique items of data are displayed across the columns.
[97] tree
Moving fields to the detail area
s-97
en_lines-ud-train-doc1-97
Moving fields to the detail area
[98] tree
To view total or detail data from the underlying record source, move fields to the detail area.
s-98
en_lines-ud-train-doc1-98
To view total or detail data from the underlying record source, move fields to the detail area.
[99] tree
Moving fields to the filter area
s-99
en_lines-ud-train-doc1-99
Moving fields to the filter area
[100] tree
Filter fields allow you to confine the view to a particular part of the available data.
s-100
en_lines-ud-train-doc1-100
Filter fields allow you to confine the view to a particular part of the available data.

Edit as listText viewDependency trees