Information Technology Grade 12 ~ Student Textbook97
UNIT-3
Database Management System
7. Which language is used by most DBMS for helping its users access data?
A. HLL B. Query language
C. SQL D. 4 GL
8. Microsoft Access is a______.
A. Network Database Model B. RDBMS
C. ORDBMS D. OODBMS
Based on the following table, answer the questions that follows.
ACCOUNT
NAME PASSWORD EMAIL
Almaz_bekana Pass@MY123
[email protected]
Asnakech worku MYPass@123
[email protected]
Diriba Dilnesa PassMY@123
[email protected]
Sofonias AlebelMY@123pass
[email protected]
Muna Mussa Pass@123MY
[email protected]
9. Based on the given table and the datatype on the data filled, which query
creates the above table?
A. CREATE TABLE ACCOUNT (NAME char (30), PASSWORD int, EMAIL char (30));
B. CREATE TABLE ACCOUNT (NAME char (10), PASSWORD char (10), EMAIL char (10));
C. CREATE TABLE ACCOUNT (NAME char (30), PASSWORD
char (15), EMAIL char (30));
D. Create ACCOUNT ( NAME char (30), PASSWORD char (15), EMAIL char (10));
10. Which of the following is used to define a header for HTML tables?
A. INSERT ACCOUNT values (‘Abebe’, ‘mypassword’, abebe@ mymail.com)
B. INSERT INTO ACCOUNT (Name, Password) values (‘Abebe’, ‘mypassword’)
C. INSERT INTO ACCOUNT values (‘Abebe’, ‘abebe@mymail. com’)
D. Insert values to theACCOUNT table (‘Abebe’, ‘mypassword’)