Viva Voice Question for Computer Science Class
Viva Voice Question for Computer Science Class
Class – XII
Common Questions for your Project work.
1. Introduce yourself.
2. Explain your project in brief
3. Name the database of your project and the password used in this project
4. Name and Number of tables used in this project
5. How many primary keys used in this project and name of those keys
6. How many foreign keys used in this project
7. Who actually prepared this project and how much you contributed in this project.
1. What is a database? Which database system you are using in your school Lab
2. Explain Primary key? How it is different from Unique Key
3. How many primary keys you can have in a single table.
4. What is alternate key.
5. Minimum number of Database tables required to implement primary key and foreign key concept
in a database
6. Differentiate between VAR and VARCHAR
7. What is degree of a table. How it is different from cardinality
8. What is a constraint? How many constraints MySQL supports
9. Name any two-database software apart from MySQL that support relational database management
system
10. Differentiate between DDL and DML commands.
11. Differentiate between alter table and update command.
12. Name the command that is used to change the current database.
13. Differentiate between drop table and delete command
14. Differentiate between IN clause and BETWEEN AND clause used .
15. What is a Domain
16. Which type of values are not used in grouping function.
17. Difference between where clause and Having clause used in select statement
18. Name the clause that is used for pattern matching in MySQL
19. Difference between ‘%’ and ‘_’ . What is the common name of these two elements
20. How do you compare NULL values in MySQL
21. What is NULL in MySQL. Is it equal to zero or space?
22. What is column alias?
23. What is cartesian product.