1<?xml version="1.0" encoding="UTF-8"?> 2 3<!--*********************************************************** 4 * 5 * Licensed to the Apache Software Foundation (ASF) under one 6 * or more contributor license agreements. See the NOTICE file 7 * distributed with this work for additional information 8 * regarding copyright ownership. The ASF licenses this file 9 * to you under the Apache License, Version 2.0 (the 10 * "License"); you may not use this file except in compliance 11 * with the License. You may obtain a copy of the License at 12 * 13 * http://www.apache.org/licenses/LICENSE-2.0 14 * 15 * Unless required by applicable law or agreed to in writing, 16 * software distributed under the License is distributed on an 17 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 18 * KIND, either express or implied. See the License for the 19 * specific language governing permissions and limitations 20 * under the License. 21 * 22 ***********************************************************--> 23 24<helpdocument version="1.0"> 25<meta> 26<topic id="textsharedguidedata_tablesxhp" indexer="include" status="PUBLISH"> 27<title id="tit" xml-lang="en-US">Working with Tables</title> 28<filename>/text/shared/guide/data_tables.xhp</filename> 29</topic> 30<comment>Working with Tables</comment> 31</meta> 32<body> 33<bookmark xml-lang="en-US" branch="index" id="bm_id1983703"> 34<bookmark_value>tables in databases;creating</bookmark_value> 35<bookmark_value>databases;creating tables</bookmark_value> 36<bookmark_value>table views of databases</bookmark_value> 37</bookmark><comment>mw changed" database tables;" to "tables in databases;"</comment> 38<paragraph role="heading" id="par_idN105F9" xml-lang="en-US" level="1" l10n="NEW"><variable id="data_tables"><link href="text/shared/guide/data_tables.xhp">Working with Tables</link> 39</variable></paragraph> 40<paragraph role="paragraph" id="par_idN10617" xml-lang="en-US" l10n="NEW">Data is stored in tables. As an example, your system address book that you use for your e-mail addresses is a table of the address book database. Each address is a data record, presented as a row in that table. The data records consist of data fields, for example the first and the last name fields and the e-mail field.</paragraph> 41<paragraph role="heading" id="par_idN1061A" xml-lang="en-US" level="2" l10n="NEW">Creating a New Table With the Table Wizard</paragraph> 42<paragraph role="paragraph" id="par_idN1061E" xml-lang="en-US" l10n="NEW">In %PRODUCTNAME you can create a new table using the <link href="text/shared/explorer/database/tablewizard00.xhp">Table Wizard</link>:</paragraph> 43<list type="ordered"> 44<listitem> 45<paragraph role="paragraph" id="par_idN10632" xml-lang="en-US" l10n="NEW">Open the database file where you want to create the new table.</paragraph> 46</listitem> 47<listitem> 48<paragraph role="paragraph" id="par_idN10636" xml-lang="en-US" l10n="NEW">In the left pane of the database window, click the <emph>Tables</emph> icon.</paragraph> 49</listitem> 50<listitem> 51<paragraph role="paragraph" id="par_idN1063E" xml-lang="en-US" l10n="NEW">Click <emph>Use Wizard to Create Table</emph>.</paragraph> 52</listitem> 53</list> 54<paragraph role="heading" id="par_idN10645" xml-lang="en-US" level="2" l10n="NEW">Creating a New Table With the Design View</paragraph> 55<list type="ordered"> 56<listitem> 57<paragraph role="paragraph" id="par_idN1064C" xml-lang="en-US" l10n="NEW">Open the database file where you want to create the new table.</paragraph> 58</listitem> 59<listitem> 60<paragraph role="paragraph" id="par_idN10650" xml-lang="en-US" l10n="NEW">In the left pane of the database window, click the <emph>Tables</emph> icon.</paragraph> 61</listitem> 62<listitem> 63<paragraph role="paragraph" id="par_idN10658" xml-lang="en-US" l10n="NEW">Click <emph>Create Table in Design View</emph>.</paragraph> 64</listitem> 65</list> 66<paragraph role="paragraph" id="par_idN1065F" xml-lang="en-US" l10n="NEW">You see the <link href="text/shared/guide/data_tabledefine.xhp">Table Design</link> window.</paragraph> 67<paragraph role="heading" id="par_idN10778" xml-lang="en-US" level="2" l10n="NEW">Creating a New Table View</paragraph> 68<paragraph role="paragraph" id="par_idN1077C" xml-lang="en-US" l10n="NEW">Some database types support table views. A table view is a query that is stored with the database. For most database operations, a view can be used as you would use a table.</paragraph> 69<list type="ordered"> 70<listitem> 71<paragraph role="paragraph" id="par_idN10782" xml-lang="en-US" l10n="NEW">Open the database file where you want to create the new table view.</paragraph> 72</listitem> 73<listitem> 74<paragraph role="paragraph" id="par_idN10786" xml-lang="en-US" l10n="NEW">In the left pane of the database window, click the <emph>Tables</emph> icon.</paragraph> 75</listitem> 76<listitem> 77<paragraph role="paragraph" id="par_idN1078E" xml-lang="en-US" l10n="NEW">Click <emph>Create Table View</emph>.</paragraph> 78</listitem> 79</list> 80<paragraph role="paragraph" id="par_idN10795" xml-lang="en-US" l10n="NEW">You see the View Design window, which is almost the same as the <link href="text/shared/explorer/database/02010100.xhp">Query Design window</link>.</paragraph> 81<section id="relatedtopics"> 82<paragraph role="paragraph" id="par_idN1067B" xml-lang="en-US" l10n="NEW"> 83<embedvar href="text/shared/explorer/database/main.xhp#base"/> 84</paragraph> 85<paragraph role="paragraph" id="par_idN10683" xml-lang="en-US" l10n="NEW"> 86<embedvar href="text/shared/guide/database_main.xhp#database_main"/> 87</paragraph> 88</section> 89</body> 90</helpdocument> 91