Can you please Create a student database in java using string and arrays wherein we can store details of students Like their ROLL no, Name, Father's Name,DOB, Section and then also search a student using his DOB or Roll No. or Name?
Dipayan_1 0 Newbie Poster
Recommended Answers
Jump to PostSo something like http://www.eecs.qmul.ac.uk/~mmh/ItP/resources/studentdatabase1.html ?
That and others are just a google away. Have anyone mentioned Google to you yet? Why I ask is I do occasional run into folk that didn't know …
Jump to Postactually, no, we can't. databases don't have 'Arrays'. They have columns and records.
I recommend looking over the basics of relational DB's (or, DB's in general) before even trying this.Spending five minutes more analysing it beforehand, can save you hours of reworking if after creation you realized you messed …
All 5 Replies
rproffitt 2,701 https://5calls.org Moderator
stultuske 1,116 Posting Maven Featured Poster
JamesCherrill 4,733 Most Valuable Poster Team Colleague Featured Poster
JamesCherrill 4,733 Most Valuable Poster Team Colleague Featured Poster
pty 882 Posting Pro
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.