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

What's hot (20)

Database Management System ppt
Database Management System pptDatabase Management System ppt
Database Management System ppt
 
Tree - Data Structure
Tree - Data StructureTree - Data Structure
Tree - Data Structure
 
SQL commands
SQL commandsSQL commands
SQL commands
 
8 queens problem using back tracking
8 queens problem using back tracking8 queens problem using back tracking
8 queens problem using back tracking
 
Data Models
Data ModelsData Models
Data Models
 
1. Introduction to DBMS
1. Introduction to DBMS1. Introduction to DBMS
1. Introduction to DBMS
 
SQL practice questions - set 3
SQL practice questions - set 3SQL practice questions - set 3
SQL practice questions - set 3
 
SQL - Structured query language introduction
SQL - Structured query language introductionSQL - Structured query language introduction
SQL - Structured query language introduction
 
SQL JOIN
SQL JOINSQL JOIN
SQL JOIN
 
Railway management system, database mini project
Railway management system, database mini projectRailway management system, database mini project
Railway management system, database mini project
 
single linked list
single linked listsingle linked list
single linked list
 
Relational model
Relational modelRelational model
Relational model
 
joins in database
 joins in database joins in database
joins in database
 
SQL Basics
SQL BasicsSQL Basics
SQL Basics
 
Database Management System
Database Management SystemDatabase Management System
Database Management System
 
15 puzzle problem using branch and bound
15 puzzle problem using branch and bound15 puzzle problem using branch and bound
15 puzzle problem using branch and bound
 
Database Design
Database DesignDatabase Design
Database Design
 
All data models in dbms
All data models in dbmsAll data models in dbms
All data models in dbms
 
Basic DBMS ppt
Basic DBMS pptBasic DBMS ppt
Basic DBMS ppt
 
Normalization in DBMS
Normalization in DBMSNormalization in DBMS
Normalization in DBMS
 

Viewers also liked

Viewers also liked (6)

DBMS Practical File
DBMS Practical FileDBMS Practical File
DBMS Practical File
 
Dbms viva questions
Dbms viva questionsDbms viva questions
Dbms viva questions
 
Sql queries
Sql queriesSql queries
Sql queries
 
Sql queries with answers
Sql queries with answersSql queries with answers
Sql queries with answers
 
Best sql plsql material
Best sql plsql materialBest sql plsql material
Best sql plsql material
 
Sql queires
Sql queiresSql queires
Sql queires
 

Similar to SQL Database Operations and VB Applications

Sql intro
Sql introSql intro
Sql introglubox
 
FINAL PAPER FP304 DATABASE SYSTEM
FINAL PAPER FP304 DATABASE SYSTEMFINAL PAPER FP304 DATABASE SYSTEM
FINAL PAPER FP304 DATABASE SYSTEMAmira Dolce Farhana
 
Fp304 DATABASE SYSTEM JUNE 2012
Fp304   DATABASE SYSTEM JUNE 2012Fp304   DATABASE SYSTEM JUNE 2012
Fp304 DATABASE SYSTEM JUNE 2012Syahriha Ruslan
 
SQL practice questions set
SQL practice questions setSQL practice questions set
SQL practice questions setMohd Tousif
 
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 AGAINSyahriha Ruslan
 
Chapter 16-spreadsheet1 questions and answer
Chapter 16-spreadsheet1  questions and answerChapter 16-spreadsheet1  questions and answer
Chapter 16-spreadsheet1 questions and answerRaajTech
 
Introduction to Databases - Assignment_1
Introduction to Databases - Assignment_1Introduction to Databases - Assignment_1
Introduction to Databases - Assignment_1Mohd Tousif
 
Tableau + Redshift views for dummies
Tableau + Redshift views for dummiesTableau + Redshift views for dummies
Tableau + Redshift views for dummiesIvan Magrans
 
MIS 226: Chapter 2
MIS 226: Chapter 2MIS 226: Chapter 2
MIS 226: Chapter 2macrob14
 
Oracle SQL Interview Questions for Freshers
Oracle SQL Interview Questions for FreshersOracle SQL Interview Questions for Freshers
Oracle SQL Interview Questions for FreshersDTecH It Education
 
Oracle OCP 1Z0-007题库
Oracle OCP 1Z0-007题库Oracle OCP 1Z0-007题库
Oracle OCP 1Z0-007题库renguzi
 
SQLSERVERQUERIES.pptx
SQLSERVERQUERIES.pptxSQLSERVERQUERIES.pptx
SQLSERVERQUERIES.pptxssuser6bf2d1
 
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...Alpro
 
Internal tables in sap
Internal tables in sapInternal tables in sap
Internal tables in sapDharma Raju
 
Ge6161 lab manual
Ge6161 lab manualGe6161 lab manual
Ge6161 lab manualMani Kandan
 
CBSE Class 12 Computer Science(083) Sample Question Paper 2020-21
CBSE Class 12 Computer Science(083) Sample Question Paper 2020-21CBSE Class 12 Computer Science(083) Sample Question Paper 2020-21
CBSE Class 12 Computer Science(083) Sample Question Paper 2020-21chinthala Vijaya Kumar
 

Similar to SQL Database Operations and VB Applications (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
 
CBSE Class 12 Computer Science(083) Sample Question Paper 2020-21
CBSE Class 12 Computer Science(083) Sample Question Paper 2020-21CBSE Class 12 Computer Science(083) Sample Question Paper 2020-21
CBSE Class 12 Computer Science(083) Sample Question Paper 2020-21
 

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

MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.arsicmarija21
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptxSherlyMaeNeri
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxDr.Ibrahim Hassaan
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
ROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationAadityaSharma884161
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
Quarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up FridayQuarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up FridayMakMakNepo
 

Recently uploaded (20)

MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptx
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptx
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
Rapple "Scholarly Communications and the Sustainable Development Goals"
Rapple "Scholarly Communications and the Sustainable Development Goals"Rapple "Scholarly Communications and the Sustainable Development Goals"
Rapple "Scholarly Communications and the Sustainable Development Goals"
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
ROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint Presentation
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
Quarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up FridayQuarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up Friday
 

SQL Database Operations and VB Applications

  • 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