0% found this document useful (0 votes)
6 views2 pages

Index Word

The document outlines a series of assignments related to Database Management Systems (DBMS) and SQL commands, detailing specific tasks to be completed on various dates. Assignments cover topics such as DDL and DML commands, table creation, data manipulation, and SQL operations including JOINs. Additional tasks include creating and querying tables related to sailors and boats, as well as simple programming exercises.

Uploaded by

refet44052
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
0% found this document useful (0 votes)
6 views2 pages

Index Word

The document outlines a series of assignments related to Database Management Systems (DBMS) and SQL commands, detailing specific tasks to be completed on various dates. Assignments cover topics such as DDL and DML commands, table creation, data manipulation, and SQL operations including JOINs. Additional tasks include creating and querying tables related to sailors and boats, as well as simple programming exercises.

Uploaded by

refet44052
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/ 2

DATE ASSIGNMENT NO ASSIGNMENT NAME SIGNATURE

25/02/25 01 1.Introduction to DBMS and SQL commands


2.Language used in SQL
3.Data Types used in SQL
4.To study and execute the DDL commands in RDBMS
1. CREATE, 2. DROP, 3. DESC, 4. ALTER, 5. TRUNCATE

04/03/25 02 1.To study and execute DML commands in RDBMS


1. INSERT, 2. UPDATE, 3. DELETE
2. Use SELECT command and conditionals in RDBMS (where, AND, OR)

11/03/25 03 1.To study and execute the below SQL commands


1. ASC, 2. DESC, 3. GROUP BY, 4. ORDER BY, 5. DISTINCT, 6. COUNT,
7. MAX, 8. MIN, 9. AVG, 10. Character Recognition

18/03/25 04 1.Create a table employee with field names employee_id, first_name,


last_name, address, phone_no, email, age, gender and salary.
2.Insert five rows into the newly created employee table.
3.View the full employee table.
4.Modify employee details, department = "Accounting" who's id = 101.
5.Modify employee address who's id = 103 & 105.
6.Find the employee details by their salary in ascending order.

08/04/25 05 Create EMP table, insert the values and show the full table as given
below.
Access and Display Data
Use the EMP table to complete the following exercises:
1.Display each employee's name, job, salary and department number.
2.Display employee's name earning more than Rs. 2,000. Label column
name Employee.
3. Display employees who are not clerks or salesman. Order the list by
Employee name.
4.Display the employee name of those whose names contain the letter
'S'.
5.Display the employee names and salaries of those having salaries less
than their commission. Label the employee name 'Name' and salary
column 'Salary".
6.Display employees hired in 1993.
7.Display the names and jobs of all employees in departments 10 and 20
in alphabetical order of name.
8.List the name, job, salary for all employees who have a manager.
9.Display name, annual salary and commission of all sales people whose
monthly salary is greater than their commission. The output should be
ordered by salary, highest first.

22/04/2025 06 To study and execute the operations of JOIN


1. INNER JOIN
2. LEFT JOIN
3. RIGHT JOIN
4. CROSS JOIN
DATE ASSIGNMENT NO ASSIGNMENT NAME SIGNATURE

30/04/25 07 Create three tables as follows:


a. sailor (s_id, s_name, s_rating, s_age)
b. boat (b_id, b_name, color, s_id)
c. reserve (s_id, b_id, hire_date)
1.Insert five rows into sailor, boat, and reserve tables.
2.Display three tables.
3.Find all information of sailors who have reserved boat number 101.
4.Find the name of boats reserved by sailor name.
5.Find the name of sailors who have reserved at least one boat.
6.Find the name of sailors who have reserved different boats on the
same date.
7.Find the name of sailors who have reserved a red boat or green boat.
8.Find the name and age of the youngest sailor.
9.Count the number of different sailor names.
10.Find the average age of sailors for each rating level.

30/04/25 08 Find the largest of three numbers.

30/04/25 09 Check if a given number is a palindrome or not.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy