Write "True" If The Statement Is Correct and "False" If The Statement Is Incorrect
Write "True" If The Statement Is Correct and "False" If The Statement Is Incorrect
GOOD LUCK!
C1
_____10. Which cloud computing service provides a platform and environment to allow
developers to build applications and services?
A. IaaS B. SaaS C. PaaS D. All
_____11. Which of the following command is syntactically correct or valid command?
A. Create Doctor table (ID int, Name text(10), Age int);
B. Create table Doctor (ID, Name text(10), Age int);
C. Create Doctor table (ID int, Name text(10), Age int);
D. Create table Doctor (ID int , Name text(10), Age int);
_____12. Which one is a valid SQL code to insert new record into a Doctor table?
A. Insert into Doctor values (10,’Birhanu Nega’,48);
B. Insert into values (10,’Birhanu Nega’,48);
C. Insert into Doctor (10,’Birhanu Nega’,48);
D. Insert to Doctor values (10,’Birhanu Nega’,48);
_____13. Which SQL statement is not Valid or syntactically error?
A. Alter table Doctor add column sex char(10); C. Delete Doctor;
B. Select * From Doctor; D. Drop table Doctor;
Direction IV Answer the following Questions.Your answer must be net and clear!(13 pt)
1. What is the aim of IoT? ________________________________________________________________________________
__________________________________________________________________________________________________________
2. What bigdata is? and write the Characteristics of bigData.
___________________________________________________________________________________________________________
___________________________________________________________________________________________________________
___________________________________________________________________________________________________________
___________________________________________________________________________________________________________
3. Write SQL codes...
A. To Create table called Student with an attribute (ID, FName, LName, Sex, Age, Grade).
Ans:__________________________________________________________________________________________________
_______________________________________________________________________________________________________
B. To Add column Address to Student table.
Ans:________________________________________________________________________________
C. To Insert one record into Student table. (use your own data)
Ans:________________________________________________________________________________
D. To Modify Age of your record. (Set it into ’19’)
Ans:________________________________________________________________________________
E. To Retrieve all records from Student table.
Ans:________________________________________________________________________________
F. To Retrieve only Female Students from Student table.
Ans:________________________________________________________________________________
G. To Delete your(specific) Record from student table.
Ans:________________________________________________________________________________
H. To Delete Student table (Entire table).
Ans: ________________________________________________________________________________
P.by Bekalu.A
GOOD LUCK!