SlideShare a Scribd company logo
1 of 10
1
1. Create a Table as employee and the details are
S.No Name Designation Branch
1 Ram Manager Chennai
2 Santhosh Supervisor Madurai
3 Hari Assistant Trichy
Perform the following:
 Alter the table by adding a column Salary
 Alter the table by modifying the column Name
 Describe the table employee
 Copy the table employee as emp
 Truncate the table
 Delete the Second row from the table
 Drop the table
2. Perform the High-Level Language Extension with Trigger(Automatic Updatation)
3. Show the Calculator application using VB.
Aim and
Description
(10)
Query
(15)
Result
(5)
Output
(5)
Record
(15)
Total
(50)
Internal Examiner Viva = /25 External Examiner
2
1. Create a Table as bank and the details are
S.No Cust_Name Acc_no Balance Cus_Branch
1 Ramesh 12378 100000 Adyar
2 Sam 12367 152500 Mylapore
3 Harish 12345 250000 Anna Salai
Perform the following:
 Simple Select
 Select with where clause
 Select with comparison operator >
 Select with between in the field Balance
 Update the Cus_Branch in the second row as Poonamallee
2. Implement the concept of Function.
3. Show the database connectivity for the library details using VB.
Aim and
Description
(10)
Query
(15)
Result
(5)
Output
(5)
Record
(15)
Total
(50)
Internal Examiner Viva = /25 External Examiner
3
1. Create a Table as book and the details are
S.No B_Name Author Price Publisher
1 DBMS Seema Kedhar 250 Charulatha
2 TOC John Martin 400 Tata McGraw Hill
3 C Balagurusamy 300 Technical
Perform the following:
 Commit the table book
 Create a save point for the table book as B
 Rollback the table book after inserting 4 & 5 row
 Define Grant & Revoke
2. Implement the Concept of Stored procedure.
3. Show the Calculator application using VB.
Aim and
Description
(10)
Query
(15)
Result
(5)
Output
(5)
Record
(15)
Total
(50)
Internal Examiner Viva = /25 External Examiner
4
1. Create a Table as workers and the details are
S.No Name Designation Branch
1 Ram Manager Chennai
2 Santhosh Supervisor Madurai
3 Hari Assistant Trichy
Perform the following:
 Alter the table by adding a column Salary
 Alter the table by modifying the column Name
 Describe the table employee
 Copy the table employee as emp
 Truncate the table
 Delete the Second row from the table
 Drop the table
2. Implement the concept of Implicit or Explicit Cursor.
3. Show the database connectivity for the Student details using VB.
Aim and
Description
(10)
Query
(15)
Result
(5)
Output
(5)
Record
(15)
Total
(50)
Internal Examiner Viva = /25 External Examiner
5
1. Create a Table as bank and the details are
S.No Cust_Name Acc_no Balance Cus_Branch
1 Ramesh 12378 100000 Adyar
2 Sam 12367 152500 Mylapore
3 Harish 12345 250000 Anna Salai
Perform the following:
 Simple Select
 Select with where clause
 Select with comparison operator >
 Select with between in the field Balance
 Update the Cus_Branch in the second row as Poonamallee
2. Implement the concept of Embedded SQL
3. Show the Calculator application using VB.
Aim and
Description
(10)
Query
(15)
Result
(5)
Output
(5)
Record
(15)
Total
(50)
Internal Examiner Viva = /25 External Examiner
6
1. Create a Table as book and the details are
S.No B_Name Author Price Publisher
1 DBMS Seema Kedhar 250 Charulatha
2 TOC John Martin 400 Tata McGraw Hill
3 C Balagurusamy 300 Technical
Perform the following:
 Commit the table book
 Create a save point for the table book as B
 Rollback the table book after inserting 4 & 5 row
 Define Grant & Revoke
2. Perform the High-Level Language Extension with Trigger.
3. Show the database connectivity for the Hospital details using VB.
Aim and
Description
(10)
Query
(15)
Result
(5)
Output
(5)
Record
(15)
Total
(50)
Internal Examiner Viva = /25 External Examiner
7
1. Create a Table as employee and the details are
S.No Name Designation Branch
1 Ram Manager Chennai
2 Santhosh Supervisor Madurai
3 Hari Assistant Trichy
Perform the following:
 Alter the table by adding a column Salary
 Alter the table by modifying the column Name
 Describe the table employee
 Copy the table employee as emp
 Truncate the table
 Delete the Second row from the table
 Drop the table
2. Implement the concept of Function.
3. Show the Calculator application using VB.
Aim and
Description
(10)
Query
(15)
Result
(5)
Output
(5)
Record
(15)
Total
(50)
Internal Examiner Viva = /25 External Examiner
8
1. Create a Table as bank and the details are
S.No Cust_Name Acc_no Balance Cus_Branch
1 Ramesh 12378 100000 Adyar
2 Sam 12367 152500 Mylapore
3 Harish 12345 250000 Anna Salai
Perform the following:
 Simple Select
 Select with where clause
 Select with comparison operator >
 Select with between in the field Balance
 Update the Cus_Branch in the second row as Poonamallee
2. Implement the Concept of Stored procedure.
3. Show the database connectivity for the Employee details using VB.
Aim and
Description
(10)
Query
(15)
Result
(5)
Output
(5)
Record
(15)
Total
(50)
Internal Examiner Viva = /25 External Examiner
9
1. Create a Table as book and the details are
S.No B_Name Author Price Publisher
1 DBMS Seema Kedhar 250 Charulatha
2 TOC John Martin 400 Tata McGraw Hill
3 C Balagurusamy 300 Technical
Perform the following:
 Commit the table book
 Create a save point for the table book as B
 Rollback the table book after inserting 4 & 5 row
 Define Grant & Revoke
2. Implement the concept of Embedded SQL
3. Show the Calculator application using VB.
Aim and
Description
(10)
Query
(15)
Result
(5)
Output
(5)
Record
(15)
Total
(50)
Internal Examiner Viva = /25 External Examiner
10
1. Create a Table as workers and the details are
S.No Name Designation Branch
1 Ram Manager Chennai
2 Santhosh Supervisor Madurai
3 Hari Assistant Trichy
Perform the following:
 Alter the table by adding a column Salary
 Alter the table by modifying the column Name
 Describe the table employee
 Copy the table employee as emp
 Truncate the table
 Delete the Second row from the table
 Drop the table
2. Implement the Concept of Function
3. Show the database connectivity for the library details using VB.
Aim and
Description
(10)
Query
(15)
Result
(5)
Output
(5)
Record
(15)
Total
(50)
Internal Examiner Viva = /25 External Examiner
11
1. Create a Table as bank and the details are
S.No Cust_Name Acc_no Balance Cus_Branch
1 Ramesh 12378 100000 Adyar
2 Sam 12367 152500 Mylapore
3 Harish 12345 250000 Anna Salai
Perform the following:
 Simple Select
 Select with where clause
 Select with comparison operator >
 Select with between in the field Balance
 Update the Cus_Branch in the second row as Poonamallee
2. Implement the concept of Embedded SQL.
3. Show the Calculator application using VB.
Aim and
Description
(10)
Query
(15)
Result
(5)
Output
(5)
Record
(15)
Total
(50)
Internal Examiner Viva = /25 External Examiner
12
1. Create a Table as book and the details are
S.No B_Name Author Price Publisher
1 DBMS Seema Kedhar 250 Charulatha
2 TOC John Martin 400 Tata McGraw Hill
3 C Balagurusamy 300 Technical
Perform the following:
 Commit the table book
 Create a save point for the table book as B
 Rollback the table book after inserting 4 & 5 row
 Define Grant & Revoke
2. Implement the concept of Function.
3. Show the database connectivity for the Customer details using VB.
Aim and
Description
(10)
Query
(15)
Result
(5)
Output
(5)
Record
(15)
Total
(50)
Internal Examiner Viva = /25 External Examiner
13
1. Create a Table a bank and the details are
S.No Cust_Name Acc_no Balance Cus_Branch
1 Ramesh 12378 100000 Adyar
2 Sam 12367 152500 Mylapore
3 Harish 12345 250000 Anna Salai
Perform the following:
 Simple Select
 Select with where clause
 Select with comparison operator >
 Select with between in the field Balance
 Update the Cus_Branch in the second row as Poonamallee
2. Implement the concept of Implicit Cursor or Explicit Cursor
3. Show the Calculator application using VB.
Aim and
Description
(10)
Query
(15)
Result
(5)
Output
(5)
Record
(15)
Total
(50)
Internal Examiner Viva = /25 External Examiner
14
1. Create a Table as workers and the details are
S.No Name Designation Branch
1 Ram Manager Chennai
2 Santhosh Supervisor Madurai
3 Hari Assistant Trichy
Perform the following:
 Alter the table by adding a column Salary
 Alter the table by modifying the column Name
 Describe the table employee
 Copy the table employee as emp
 Truncate the table
 Delete the Second row from the table
 Drop the table
2. Implement the concept of Stored Procedure(Any one).
3. Show the database connectivity for the Student details using VB.
Aim and
Description
(10)
Query
(15)
Result
(5)
Output
(5)
Record
(15)
Total
(50)
Internal Examiner Viva = /25 External Examiner
15
1. Create a Table as book and the details are
S.No B_Name Author Price Publisher
1 DBMS Seema Kedhar 250 Charulatha
2 TOC John Martin 400 Tata McGraw Hill
3 C Balagurusamy 300 Technical
Perform the following:
 Commit the table book
 Create a save point for the table book as B
 Rollback the table book after inserting 4 & 5 row
 Define Grant & Revoke
2. Implement the concept of Embedded SQL
3. Show the Calculator application using VB.
Aim and
Description
(10)
Query
(15)
Result
(5)
Output
(5)
Record
(15)
Total
(50)
Internal Examiner Viva = /25 External Examiner
16
1. Create a Table a bank and the details are
S.No Cust_Name Acc_no Balance Cus_Branch
1 Ramesh 12378 100000 Adyar
2 Sam 12367 152500 Mylapore
3 Harish 12345 250000 Anna Salai
Perform the following:
 Simple Select
 Select with where clause
 Select with comparison operator >
 Select with between in the field Balance
 Update the Cus_Branch in the second row as Poonamallee
2. Implement the concept of Implicit Cursor or Explicit Cursor
3. Show the database connectivity for the library details using VB.
Aim and
Description
(10)
Query
(15)
Result
(5)
Output
(5)
Record
(15)
Total
(50)
Internal Examiner Viva = /25 External Examiner
SAVEETHA SCHOOL OF ENGINEERING
Saveetha UNIVERSITY
CHENNAI – 602 105
UNIVERSITY PRACTICAL EXAMINATION
SUB CODE: CS 3413 SUB NAME : Database Management Systems
DATE : 05.05.14 SESSION : FN / AN
YEAR/BRANCH: II Year CSE A
LIST OF EXPERIMENTS
1. Data Definition Language (DDL) commands in RDBMS.
• Creating a table
• Deleting a table
• Altering the contents of the table
• Truncating a table
• To view table structure
• Dropping a table
2. Data Manipulation Language (DML) and Data Control Language (DCL)
commands in RDBMS.
• DML Commands:
o Insertion of information
o Retrieval of information
o Deleting information
o Modifying information
• DCL Commands:
o Grant Privilege
o Revoke Privilege
3. High-level language extension with Cursors.
4. Cursor Command:
• Open
• Fetch
• Close
5. High level language extension with Triggers
6. Procedures and Functions
7. Embedded SQL
8. Design and implementation of Payroll Processing System.
9. Design and implementation of Banking System.
10. Design and implementation of Library Information System.
INTERNAL EXAMINER EXTERNAL EXAMINER

More Related Content

What's hot

Web technology practical list
Web technology practical listWeb technology practical list
Web technology practical list
desaipratu10
 
Introduction to data structures and Algorithm
Introduction to data structures and AlgorithmIntroduction to data structures and Algorithm
Introduction to data structures and Algorithm
Dhaval Kaneria
 

What's hot (20)

Aggregate functions
Aggregate functionsAggregate functions
Aggregate functions
 
Object Based Databases
Object Based DatabasesObject Based Databases
Object Based Databases
 
Relational Data Model Introduction
Relational Data Model IntroductionRelational Data Model Introduction
Relational Data Model Introduction
 
Database Management System ppt
Database Management System pptDatabase Management System ppt
Database Management System ppt
 
Web technology practical list
Web technology practical listWeb technology practical list
Web technology practical list
 
Introduction to data structures and Algorithm
Introduction to data structures and AlgorithmIntroduction to data structures and Algorithm
Introduction to data structures and Algorithm
 
ER-Model-ER Diagram
ER-Model-ER DiagramER-Model-ER Diagram
ER-Model-ER Diagram
 
Relational Database Design
Relational Database DesignRelational Database Design
Relational Database Design
 
Dbms lab Manual
Dbms lab ManualDbms lab Manual
Dbms lab Manual
 
Concurrency Control in Database Management System
Concurrency Control in Database Management SystemConcurrency Control in Database Management System
Concurrency Control in Database Management System
 
Basic DBMS ppt
Basic DBMS pptBasic DBMS ppt
Basic DBMS ppt
 
SQL commands
SQL commandsSQL commands
SQL commands
 
Sql ppt
Sql pptSql ppt
Sql ppt
 
SQL Commands
SQL Commands SQL Commands
SQL Commands
 
Data Manipulation Language
Data Manipulation LanguageData Manipulation Language
Data Manipulation Language
 
Dbms Notes Lecture 9 : Specialization, Generalization and Aggregation
Dbms Notes Lecture 9 : Specialization, Generalization and AggregationDbms Notes Lecture 9 : Specialization, Generalization and Aggregation
Dbms Notes Lecture 9 : Specialization, Generalization and Aggregation
 
Data structures and algorithms
Data structures and algorithmsData structures and algorithms
Data structures and algorithms
 
queue & its applications
queue & its applicationsqueue & its applications
queue & its applications
 
Entity Relationship Diagram
Entity Relationship DiagramEntity Relationship Diagram
Entity Relationship Diagram
 
Complete dbms notes
Complete dbms notesComplete dbms notes
Complete dbms notes
 

Similar to Dbms lab questions

Sql intro
Sql introSql intro
Sql intro
glubox
 
FINAL PAPER FP304 DATABASE SYSTEM
FINAL PAPER FP304 DATABASE SYSTEMFINAL PAPER FP304 DATABASE SYSTEM
FINAL PAPER FP304 DATABASE SYSTEM
Amira Dolce Farhana
 
FP304 DATABASE SYSTEM PAPER FINAL EXAM AGAIN
FP304 DATABASE SYSTEM  PAPER FINAL EXAM AGAINFP304 DATABASE SYSTEM  PAPER FINAL EXAM AGAIN
FP304 DATABASE SYSTEM PAPER FINAL EXAM AGAIN
Syahriha Ruslan
 
MIS 226: Chapter 2
MIS 226: Chapter 2MIS 226: Chapter 2
MIS 226: Chapter 2
macrob14
 
Ge6161 lab manual
Ge6161 lab manualGe6161 lab manual
Ge6161 lab manual
Mani Kandan
 

Similar to Dbms lab questions (20)

Sql intro
Sql introSql intro
Sql intro
 
FINAL PAPER FP304 DATABASE SYSTEM
FINAL PAPER FP304 DATABASE SYSTEMFINAL PAPER FP304 DATABASE SYSTEM
FINAL PAPER FP304 DATABASE SYSTEM
 
Fp304 DATABASE SYSTEM JUNE 2012
Fp304   DATABASE SYSTEM JUNE 2012Fp304   DATABASE SYSTEM JUNE 2012
Fp304 DATABASE SYSTEM JUNE 2012
 
SQL practice questions set
SQL practice questions setSQL practice questions set
SQL practice questions set
 
Dbms record
Dbms recordDbms record
Dbms record
 
FP304 DATABASE SYSTEM PAPER FINAL EXAM AGAIN
FP304 DATABASE SYSTEM  PAPER FINAL EXAM AGAINFP304 DATABASE SYSTEM  PAPER FINAL EXAM AGAIN
FP304 DATABASE SYSTEM PAPER FINAL EXAM AGAIN
 
Chapter 16-spreadsheet1 questions and answer
Chapter 16-spreadsheet1  questions and answerChapter 16-spreadsheet1  questions and answer
Chapter 16-spreadsheet1 questions and answer
 
Introduction to Databases - Assignment_1
Introduction to Databases - Assignment_1Introduction to Databases - Assignment_1
Introduction to Databases - Assignment_1
 
Tableau + Redshift views for dummies
Tableau + Redshift views for dummiesTableau + Redshift views for dummies
Tableau + Redshift views for dummies
 
MIS 226: Chapter 2
MIS 226: Chapter 2MIS 226: Chapter 2
MIS 226: Chapter 2
 
Less08 Schema
Less08 SchemaLess08 Schema
Less08 Schema
 
Oracle SQL Interview Questions for Freshers
Oracle SQL Interview Questions for FreshersOracle SQL Interview Questions for Freshers
Oracle SQL Interview Questions for Freshers
 
Oracle OCP 1Z0-007题库
Oracle OCP 1Z0-007题库Oracle OCP 1Z0-007题库
Oracle OCP 1Z0-007题库
 
SQLSERVERQUERIES.pptx
SQLSERVERQUERIES.pptxSQLSERVERQUERIES.pptx
SQLSERVERQUERIES.pptx
 
Computer paper 3 may june 2004 9691 cambridge General Certificate of educatio...
Computer paper 3 may june 2004 9691 cambridge General Certificate of educatio...Computer paper 3 may june 2004 9691 cambridge General Certificate of educatio...
Computer paper 3 may june 2004 9691 cambridge General Certificate of educatio...
 
Aggregate function
Aggregate functionAggregate function
Aggregate function
 
Internal tables in sap
Internal tables in sapInternal tables in sap
Internal tables in sap
 
itm file
 itm file itm file
itm file
 
Ge6161 lab manual
Ge6161 lab manualGe6161 lab manual
Ge6161 lab manual
 
SQL practice questions - set 3
SQL practice questions - set 3SQL practice questions - set 3
SQL practice questions - set 3
 

More from Parthipan Parthi (20)

Inheritance
Inheritance Inheritance
Inheritance
 
Switch statement mcq
Switch statement  mcqSwitch statement  mcq
Switch statement mcq
 
Oprerator overloading
Oprerator overloadingOprerator overloading
Oprerator overloading
 
802.11 mac
802.11 mac802.11 mac
802.11 mac
 
Ieee 802.11 wireless lan
Ieee 802.11 wireless lanIeee 802.11 wireless lan
Ieee 802.11 wireless lan
 
Computer network
Computer networkComputer network
Computer network
 
Ieee 802.11 wireless lan
Ieee 802.11 wireless lanIeee 802.11 wireless lan
Ieee 802.11 wireless lan
 
Session 6
Session 6Session 6
Session 6
 
Queuing analysis
Queuing analysisQueuing analysis
Queuing analysis
 
WAP
WAPWAP
WAP
 
Alternative metrics
Alternative metricsAlternative metrics
Alternative metrics
 
Ethernet
EthernetEthernet
Ethernet
 
Ieee 802.11 wireless lan
Ieee 802.11 wireless lanIeee 802.11 wireless lan
Ieee 802.11 wireless lan
 
Data structures1
Data structures1Data structures1
Data structures1
 
Data structures 4
Data structures 4Data structures 4
Data structures 4
 
Data structures2
Data structures2Data structures2
Data structures2
 
Data structures 3
Data structures 3Data structures 3
Data structures 3
 
Input output streams
Input output streamsInput output streams
Input output streams
 
Io stream
Io streamIo stream
Io stream
 
REVERSIBLE DATA HIDING WITH GOOD PAYLOAD DISTORTIONPpt 3
REVERSIBLE DATA HIDING WITH GOOD PAYLOAD DISTORTIONPpt 3 REVERSIBLE DATA HIDING WITH GOOD PAYLOAD DISTORTIONPpt 3
REVERSIBLE DATA HIDING WITH GOOD PAYLOAD DISTORTIONPpt 3
 

Recently uploaded

1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
QucHHunhnh
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 

Recently uploaded (20)

SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 

Dbms lab questions

  • 1. 1 1. Create a Table as employee and the details are S.No Name Designation Branch 1 Ram Manager Chennai 2 Santhosh Supervisor Madurai 3 Hari Assistant Trichy Perform the following:  Alter the table by adding a column Salary  Alter the table by modifying the column Name  Describe the table employee  Copy the table employee as emp  Truncate the table  Delete the Second row from the table  Drop the table 2. Perform the High-Level Language Extension with Trigger(Automatic Updatation) 3. Show the Calculator application using VB. Aim and Description (10) Query (15) Result (5) Output (5) Record (15) Total (50) Internal Examiner Viva = /25 External Examiner 2 1. Create a Table as bank and the details are S.No Cust_Name Acc_no Balance Cus_Branch 1 Ramesh 12378 100000 Adyar 2 Sam 12367 152500 Mylapore 3 Harish 12345 250000 Anna Salai Perform the following:  Simple Select  Select with where clause  Select with comparison operator >  Select with between in the field Balance  Update the Cus_Branch in the second row as Poonamallee 2. Implement the concept of Function. 3. Show the database connectivity for the library details using VB. Aim and Description (10) Query (15) Result (5) Output (5) Record (15) Total (50)
  • 2. Internal Examiner Viva = /25 External Examiner 3 1. Create a Table as book and the details are S.No B_Name Author Price Publisher 1 DBMS Seema Kedhar 250 Charulatha 2 TOC John Martin 400 Tata McGraw Hill 3 C Balagurusamy 300 Technical Perform the following:  Commit the table book  Create a save point for the table book as B  Rollback the table book after inserting 4 & 5 row  Define Grant & Revoke 2. Implement the Concept of Stored procedure. 3. Show the Calculator application using VB. Aim and Description (10) Query (15) Result (5) Output (5) Record (15) Total (50) Internal Examiner Viva = /25 External Examiner 4 1. Create a Table as workers and the details are S.No Name Designation Branch 1 Ram Manager Chennai 2 Santhosh Supervisor Madurai 3 Hari Assistant Trichy Perform the following:  Alter the table by adding a column Salary  Alter the table by modifying the column Name  Describe the table employee  Copy the table employee as emp  Truncate the table  Delete the Second row from the table  Drop the table 2. Implement the concept of Implicit or Explicit Cursor. 3. Show the database connectivity for the Student details using VB. Aim and Description (10) Query (15) Result (5) Output (5) Record (15) Total (50)
  • 3. Internal Examiner Viva = /25 External Examiner 5 1. Create a Table as bank and the details are S.No Cust_Name Acc_no Balance Cus_Branch 1 Ramesh 12378 100000 Adyar 2 Sam 12367 152500 Mylapore 3 Harish 12345 250000 Anna Salai Perform the following:  Simple Select  Select with where clause  Select with comparison operator >  Select with between in the field Balance  Update the Cus_Branch in the second row as Poonamallee 2. Implement the concept of Embedded SQL 3. Show the Calculator application using VB. Aim and Description (10) Query (15) Result (5) Output (5) Record (15) Total (50) Internal Examiner Viva = /25 External Examiner 6 1. Create a Table as book and the details are S.No B_Name Author Price Publisher 1 DBMS Seema Kedhar 250 Charulatha 2 TOC John Martin 400 Tata McGraw Hill 3 C Balagurusamy 300 Technical Perform the following:  Commit the table book  Create a save point for the table book as B  Rollback the table book after inserting 4 & 5 row  Define Grant & Revoke 2. Perform the High-Level Language Extension with Trigger. 3. Show the database connectivity for the Hospital details using VB. Aim and Description (10) Query (15) Result (5) Output (5) Record (15) Total (50)
  • 4. Internal Examiner Viva = /25 External Examiner 7 1. Create a Table as employee and the details are S.No Name Designation Branch 1 Ram Manager Chennai 2 Santhosh Supervisor Madurai 3 Hari Assistant Trichy Perform the following:  Alter the table by adding a column Salary  Alter the table by modifying the column Name  Describe the table employee  Copy the table employee as emp  Truncate the table  Delete the Second row from the table  Drop the table 2. Implement the concept of Function. 3. Show the Calculator application using VB. Aim and Description (10) Query (15) Result (5) Output (5) Record (15) Total (50) Internal Examiner Viva = /25 External Examiner 8 1. Create a Table as bank and the details are S.No Cust_Name Acc_no Balance Cus_Branch 1 Ramesh 12378 100000 Adyar 2 Sam 12367 152500 Mylapore 3 Harish 12345 250000 Anna Salai Perform the following:  Simple Select  Select with where clause  Select with comparison operator >  Select with between in the field Balance  Update the Cus_Branch in the second row as Poonamallee 2. Implement the Concept of Stored procedure. 3. Show the database connectivity for the Employee details using VB. Aim and Description (10) Query (15) Result (5) Output (5) Record (15) Total (50)
  • 5. Internal Examiner Viva = /25 External Examiner 9 1. Create a Table as book and the details are S.No B_Name Author Price Publisher 1 DBMS Seema Kedhar 250 Charulatha 2 TOC John Martin 400 Tata McGraw Hill 3 C Balagurusamy 300 Technical Perform the following:  Commit the table book  Create a save point for the table book as B  Rollback the table book after inserting 4 & 5 row  Define Grant & Revoke 2. Implement the concept of Embedded SQL 3. Show the Calculator application using VB. Aim and Description (10) Query (15) Result (5) Output (5) Record (15) Total (50) Internal Examiner Viva = /25 External Examiner 10 1. Create a Table as workers and the details are S.No Name Designation Branch 1 Ram Manager Chennai 2 Santhosh Supervisor Madurai 3 Hari Assistant Trichy Perform the following:  Alter the table by adding a column Salary  Alter the table by modifying the column Name  Describe the table employee  Copy the table employee as emp  Truncate the table  Delete the Second row from the table  Drop the table 2. Implement the Concept of Function 3. Show the database connectivity for the library details using VB. Aim and Description (10) Query (15) Result (5) Output (5) Record (15) Total (50)
  • 6. Internal Examiner Viva = /25 External Examiner 11 1. Create a Table as bank and the details are S.No Cust_Name Acc_no Balance Cus_Branch 1 Ramesh 12378 100000 Adyar 2 Sam 12367 152500 Mylapore 3 Harish 12345 250000 Anna Salai Perform the following:  Simple Select  Select with where clause  Select with comparison operator >  Select with between in the field Balance  Update the Cus_Branch in the second row as Poonamallee 2. Implement the concept of Embedded SQL. 3. Show the Calculator application using VB. Aim and Description (10) Query (15) Result (5) Output (5) Record (15) Total (50) Internal Examiner Viva = /25 External Examiner 12 1. Create a Table as book and the details are S.No B_Name Author Price Publisher 1 DBMS Seema Kedhar 250 Charulatha 2 TOC John Martin 400 Tata McGraw Hill 3 C Balagurusamy 300 Technical Perform the following:  Commit the table book  Create a save point for the table book as B  Rollback the table book after inserting 4 & 5 row  Define Grant & Revoke 2. Implement the concept of Function. 3. Show the database connectivity for the Customer details using VB. Aim and Description (10) Query (15) Result (5) Output (5) Record (15) Total (50)
  • 7. Internal Examiner Viva = /25 External Examiner 13 1. Create a Table a bank and the details are S.No Cust_Name Acc_no Balance Cus_Branch 1 Ramesh 12378 100000 Adyar 2 Sam 12367 152500 Mylapore 3 Harish 12345 250000 Anna Salai Perform the following:  Simple Select  Select with where clause  Select with comparison operator >  Select with between in the field Balance  Update the Cus_Branch in the second row as Poonamallee 2. Implement the concept of Implicit Cursor or Explicit Cursor 3. Show the Calculator application using VB. Aim and Description (10) Query (15) Result (5) Output (5) Record (15) Total (50) Internal Examiner Viva = /25 External Examiner 14 1. Create a Table as workers and the details are S.No Name Designation Branch 1 Ram Manager Chennai 2 Santhosh Supervisor Madurai 3 Hari Assistant Trichy Perform the following:  Alter the table by adding a column Salary  Alter the table by modifying the column Name  Describe the table employee  Copy the table employee as emp  Truncate the table  Delete the Second row from the table  Drop the table 2. Implement the concept of Stored Procedure(Any one).
  • 8. 3. Show the database connectivity for the Student details using VB. Aim and Description (10) Query (15) Result (5) Output (5) Record (15) Total (50) Internal Examiner Viva = /25 External Examiner 15 1. Create a Table as book and the details are S.No B_Name Author Price Publisher 1 DBMS Seema Kedhar 250 Charulatha 2 TOC John Martin 400 Tata McGraw Hill 3 C Balagurusamy 300 Technical Perform the following:  Commit the table book  Create a save point for the table book as B  Rollback the table book after inserting 4 & 5 row  Define Grant & Revoke 2. Implement the concept of Embedded SQL 3. Show the Calculator application using VB. Aim and Description (10) Query (15) Result (5) Output (5) Record (15) Total (50) Internal Examiner Viva = /25 External Examiner 16 1. Create a Table a bank and the details are S.No Cust_Name Acc_no Balance Cus_Branch 1 Ramesh 12378 100000 Adyar 2 Sam 12367 152500 Mylapore 3 Harish 12345 250000 Anna Salai Perform the following:  Simple Select  Select with where clause  Select with comparison operator >  Select with between in the field Balance  Update the Cus_Branch in the second row as Poonamallee 2. Implement the concept of Implicit Cursor or Explicit Cursor 3. Show the database connectivity for the library details using VB.
  • 9. Aim and Description (10) Query (15) Result (5) Output (5) Record (15) Total (50) Internal Examiner Viva = /25 External Examiner SAVEETHA SCHOOL OF ENGINEERING Saveetha UNIVERSITY CHENNAI – 602 105 UNIVERSITY PRACTICAL EXAMINATION SUB CODE: CS 3413 SUB NAME : Database Management Systems DATE : 05.05.14 SESSION : FN / AN YEAR/BRANCH: II Year CSE A LIST OF EXPERIMENTS 1. Data Definition Language (DDL) commands in RDBMS. • Creating a table • Deleting a table • Altering the contents of the table • Truncating a table • To view table structure • Dropping a table 2. Data Manipulation Language (DML) and Data Control Language (DCL) commands in RDBMS. • DML Commands: o Insertion of information o Retrieval of information o Deleting information o Modifying information • DCL Commands: o Grant Privilege o Revoke Privilege 3. High-level language extension with Cursors. 4. Cursor Command: • Open
  • 10. • Fetch • Close 5. High level language extension with Triggers 6. Procedures and Functions 7. Embedded SQL 8. Design and implementation of Payroll Processing System. 9. Design and implementation of Banking System. 10. Design and implementation of Library Information System. INTERNAL EXAMINER EXTERNAL EXAMINER