Robles Pabillar Activity6

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Activity 6

Search the following using the different browsers available online.


a) Unbound Database
- It is a form that is not bound to any database table or query.
b) Different Unbound Controls in MS Access.
- Unbound controls can be used to display information, pictures, lines, or rectangles.
c) Importance of SQL
- Almost every business has become digitized. Digital means data – data rises to databases,
and, to be responsible to those databases, you require SQL.
d) SQL Commands
• SELECT - extracts data from a database
• UPDATE - updates data in a database
• DELETE - deletes data from a database
• INSERT INTO - inserts new data into a database
• CREATE DATABASE - creates a new database
• ALTER DATABASE - modifies a database
• CREATE TABLE - creates a new table
• ALTER TABLE - modifies a table
• DROP TABLE - deletes a table
• CREATE INDEX - creates an index (search key)
• DROP INDEX - deletes an index

You might also like