100% found this document useful (1 vote)
86 views1 page

K D Ambani Vidyamandir, Reliance Greens Session 2019-2020

This document contains a worksheet with questions about MySQL basics for a class. It includes questions about database concepts like DBMS, relations, keys, data types, functions, and SQL commands for working with databases like SELECT, DELETE, and ALTER TABLE. Students are asked to define terms, explain concepts, and write SQL queries to retrieve or manipulate data.

Uploaded by

Kashyap Patel
Copyright
© © All Rights Reserved
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
100% found this document useful (1 vote)
86 views1 page

K D Ambani Vidyamandir, Reliance Greens Session 2019-2020

This document contains a worksheet with questions about MySQL basics for a class. It includes questions about database concepts like DBMS, relations, keys, data types, functions, and SQL commands for working with databases like SELECT, DELETE, and ALTER TABLE. Students are asked to define terms, explain concepts, and write SQL queries to retrieve or manipulate data.

Uploaded by

Kashyap Patel
Copyright
© © All Rights Reserved
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/ 1

K D Ambani Vidyamandir, Reliance Greens

Session 2019-2020
Informatics Practices Worksheet-1
Topic: MySQL Basics
Name: _______________________ Date: ____________

Class: ______ Sec: ________ Roll No.: __________

1. Define the following terms:


(I) DBMS (ii) View(iii) Data security(iv) Data integrity(v) Relation
(vi) Domain (vii) tuple (viii) attribute (ix) Degree (x) cardinality
2. What is data redundancy? What are the problems associated with it?
3. How do database management systems ensure data security and privacy?
4. What do you mean by referential Integrity? How it is enforced in DBMS?
5. What is a Key? Define the following keys-
(I) Primary key(ii) Candidate key(iii) Alternate key(IV) Foreign key.
6. What types of commands are used in the following categories?
1. DDL 2. DML 3. DCL
7. What do you mean by Data dictionary? What does it consist of?
8. What is data type? Name some data types available in MySQL.
9. Compare Char and Varchar data types?
10. Which keyword eliminates the redundant data from a query result?
11. How would you display system date as the result of a query?
12. Which clause is used to select rows in which the specified column is Null values
13. Which operator concatenates two strings in a query result?
14. What command is used for-
1. To change/open a database 2. To view the table structure.
15. Which clauses are used with Select statement for .
(i) Pattern Matching(ii) arrange the data (iii) null values(iv) ranges (v) list of values
16. Define a function. Why they are useful?
17. Write commands to display the system date.
18. Write a command to display the name of current month.
19. Write command to print the day of the week of your birthday in the year 2015.
20. What is the difference between SYSDATE() and NOW() function?
21. Consider two fields B_date, which stores the birth date and J_date, which stores the joining date of an
employee. Write commands to find out and display the approximate age of an employee as on joining
date.
22. How would you view the structure of table Dept?
23. . …………… command removes the table along with its structure and indexes.
24. …………… command removes all the row but not table structure.
25. Identify the error in “DELETE ALL FROM TABLE EMPL” command?

You might also like