Git Product home page Git Product logo

jdbc-crud-app's Introduction

JDBC-CRUD-App

CRUD operations with a JDBC MYSQL

JDBC Project Requirement

1. Develop a console based application in the following manner
	a. Create a menu for the user to perform CRUD operation as shown below
			1. Press 1 for Insert operation
			2. Press 2 for select operation
			3. Press 3 for Update operation
			4. Press 4 for Delete operation
			5. Press 5 for exit
			 	Note: anything above 5 tell invalid operation

	b. If user presses 1
		a. Take inputs from the user to accept the data like
				1. sid(pk)  2. sname 3. sage 4. saddress
		b. perform insertion operation		
		c. display suitable message as 
				a. record inserted succesfully
				b. record insertion failed

	c. If user presses 2
		a. Take inputs from the user to accept the data like
				1. sid(pk) 
		b. perform select operation		
		c. display suitable message as 
				a. display the details in table format.
				b. record not available for the given id.

	d. b. If user presses 3
		a. Take inputs from the user to accept the data like
				1. sid(pk)  
		b. for the entered id display the details first
					sid        : XXXXX (no change becoz it is pk)
					sname : XXXXX   enter new sname :: XXXXX
					sage     : XXXXX   enter new sage     :: YYYYY
					saddr   : XXXXX	 enter new saddr   :: YYYYY
		c. display suitable message as 
				a. record updated succesfully
				b. record updation failed

	e. If user presses 4
		a. Take inputs from the user to accept the data like
				1. sid(pk) 
		b. perform delete operation		
		c. display suitable message as 
				a. record deleted succesfully.
				b. record not available for the given id.

jdbc-crud-app's People

Contributors

kallepallychandrakiran avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.