The document discusses creating tables in databases using BASE and OpenOffice. It provides answers to questions about creating and designing tables, using the table wizard, DML and DDL commands, and the components of the OpenOffice BASE window.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
12 views
Unit - 3 (CH 2)
The document discusses creating tables in databases using BASE and OpenOffice. It provides answers to questions about creating and designing tables, using the table wizard, DML and DDL commands, and the components of the OpenOffice BASE window.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2
Unit -3(Database management system)
Chapter- 2(Creating database and tables)
Que1. How can a table can be created in BASE? Ans Tables in BASE can be created in three ways- 1) Create table in Design View 2) Use Wizard to create table 3) Use SQL create command to create table. Que 2.What is file extension for datasare creating using openoffice.org Base? Ans. . odb Que 3 . Write about DML and DDL commands. Ans. DML- DML means data manipulation Language. This Command is used to manipulate actual data stored in database objects. Some DML Commands are- Insert, update, Delete, select .There are two types of DML commands: 1) Procedural-The user specifics what data is needed and how to get it. 2) Non procedural-The user only specifics what data is needed. DDL- DDL means data Defination Language. This command used to define the structure of a database and its objects. Some DDL Commands are: Create, Alter, Drop. Que 4. Write about DDL Commands. Ans Some DDL Commands are Create, Alter, Drop 1) Create-used to create database objects . 2) Alter- used to modify database objects. 3) Drop- Used to delete database objects. Que 5.Write about DML Commands. Ans. Some DML commands are- 1) Select- used to retrieval information from database 2) Insert- used for insertion of new information into the database. 3 ) DELETE-Used for deletion of information in the database. 4) Update- Used for modification of information in database. Que 6.What does a table Wizard do? Ans-A table wizard is used to act on whole tables, includes Creating and editing them, and even hiding, or deactivating them. Que 7.What is the need of designing tables? Ans 1) With tables, you can quickly sort and filter your data and can add new records. 2) It makes whole presentation look simpler, creative, attractive and more effective. Que 8.Can you set the primary key of a table through a table wizard? Ans. Yes. By going on create a primary key option. Que 9. Write Components of OpenOffice. org Base window. Ans There are various components that may be used for a variety of task- 1) Title Bar-This is top most bar that display the title. 2) Menu Bar- This bar, which is below title bar, display various menu options like save, save as ,open etc. 3) Tool bar-This is the Bar below title bar. This toolbar offers tools for Performing various functions. 4) Object Buttons-It display various database objects, like tables, Quries, forms, Reports etc. 5) Status Bar-This bar is located on the lower left corner of Base window and this Reports all the progress of database Processing.