The document outlines procedures for creating a table, establishing relationships between tables, and designing queries in LibreOffice Base. It includes step-by-step instructions for each task, such as naming fields and selecting data types for tables, as well as specifying relationships and configuring query fields. The instructions are clear and intended for users looking to manage databases effectively.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
11 views2 pages
IT Holiday HW
The document outlines procedures for creating a table, establishing relationships between tables, and designing queries in LibreOffice Base. It includes step-by-step instructions for each task, such as naming fields and selecting data types for tables, as well as specifying relationships and configuring query fields. The instructions are clear and intended for users looking to manage databases effectively.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2
Answer 11:
The procedure to make a table in LibreOffice Base is:
1. Open the database. 2. Click the Tables object button. 3. Select the Create in Design View option under the Tasks pane. The Table Design window appears. 4. Type Emp_id in the Field Name column. 5. Press the Enter key to move to the Field Type column. Select the Text [VARCHAR] field type. 6. Repeat the same for all fields of the table. 7. Click the Save button in the Table Design window. The Save As dialog box appears. 8. Type the name “Emp” in the Table Name text box. 9. Click OK. 10. Click the Close button in the Table Design window.
Answer 12:
To create a relationship between two tables:
1. Go to Menu bar. 2. Select the Tools > Relationship option from the Menu bar. 3. Now add the tables in which you want to specify the relationship. 4. The Relationships dialog box helps you to specify the relationship between tables. 5. Click OK. 6. The Relationship is created. Answer 13: To design such a query: 1. Open the database file. 2. Click the Queries object button. 3. Select the Create Query in Design View option from the Tasks pane. 4. Select the Tables radio button in the Add Table or Query dialog box to display the list of tables in the list box. 5. Select the table Emp from the list box. 6. Click the Add button. 7. Click Close. 8. Click the down arrow button in the first column of the Field row. 9. Select the Name field from the drop-down list. 10. Check the box in the ‘Visible’ row. 11. Select Salary in the second column of the Field row. 12. Choose you’d like to sort it. 13. Next, click the Save button in the Query Design Toolbar. 14. Type the name of the Query in the Query name dialog box. 15. Click OK. 16. Click Close.