how do i check database, could you please help me out
-- phpMyAdmin SQL Dump
-- version 2.9.2
-- Host: localhost
-- Generation Time: Mar 29, 2008 at 10:47 AM
-- Server version: 5.0.27
-- PHP Version: 5.2.1
-- Database: mahahind_mahahindustan
--
-- Table structure for table admin_login
CREATE TABLE admin_login (
a_username text NOT NULL,
a_password text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table admin_login
INSERT INTO admin_login (a_username, a_password) VALUES
('maha', 'maha');
--
-- Table structure for table join_us
CREATE TABLE join_us (
j_id int(30) NOT NULL auto_increment,
con_fname text NOT NULL,
con_sname text NOT NULL,
con_fr_name text NOT NULL,
con_sr_name text NOT NULL,
con_dob text NOT NULL,
con_bgroup text NOT NULL,
con_locality text NOT NULL,
con_city text NOT NULL,
con_state text NOT NULL,
con_pincode int(30) NOT NULL,
con_rphone int(30) NOT NULL,
con_ophone int(30) NOT NULL,
con_mobile int(30) NOT NULL,
con_pan_no int(30) NOT NULL,
con_email text NOT NULL,
con_conslt text NOT NULL,
con_id_no int(30) NOT NULL,
nom_fname text NOT NULL,
nom_sname text NOT NULL,
nom_relation text NOT NULL,
nom_dob text NOT NULL,
spo_id_no int(30) NOT NULL,
spo_fname text NOT NULL,
spo_sname text NOT NULL,
spo_dd_no int(30) NOT NULL,
spo_date text NOT NULL,
spo_bank_name text NOT NULL,
PRIMARY KEY (j_id)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=12 ;
--
-- Dumping data for table join_us
INSERT INTO join_us (j_id, con_fname, con_sname, con_fr_name, con_sr_name, con_dob, con_bgroup, con_locality, con_city, con_state, con_pincode, con_rphone, con_ophone, con_mobile, con_pan_no, con_email, con_conslt, con_id_no, nom_fname, nom_sname, nom_relation, nom_dob, spo_id_no, spo_fname, spo_sname, spo_dd_no, spo_date, spo_bank_name) VALUES
(2, 'pravin', 'yadav', 'vitthal', 'yadav', '', 'AB+', 'Malegaon', 'baramati', 'maharastra', 413115, 255260, 255260, 2147483647, 34675, 'praveen26dec@gmail.com', 'yes', 2345, 'sachin', 'kadam', 'friend', '', 6879, 'vishal', 'shinde', 345, '12-4-2008', 'state bank'),
(3, 'mahesh', 'mandage', 'pandurang', 'mandage', '', 'o+', 'katewadi', 'baramati', 'maharastra', 413118, 234071, 234071, 2147483647, 6567, 'mahi@gmail.com', 'yes', 789, 'sunil', 'vare', 'friend', '', 5768, 'ranjit', 'kshisagar', 7890, '13-2-2008', 'bombay bank'),
(4, 'kishor', 'kale', 'shashikant', 'kale', '26-12-1985', 'a+', 'baramati', 'baramati', 'maharastra', 413102, 456565, 4565677, 997087365, 876, 'kishor@gmail.com', 'yes', 87, 'kiran', 'gole', 'friend', '12-8-1984', 676, 'pravin', 'yadav', 766, '26-12-1985', 'maharastra bank'),
(5, 'g', 'g', 'g', 'g', '4-8-1987', 'a', 'g', 'g', 'g', 1, 1, 1, 1, 1, 'g', 'yes', 1, 'g', 'g', 'g', '6-4-1983', 1, 'g', 'g', 1, '4-8-1987', 'g'),
(6, 'g', 'g', 'g', 'g', '4-8-1987', 'a', 'g', 'g', 'g', 1, 1, 1, 1, 1, 'g', 'yes', 1, 'g', 'g', 'g', '6-4-1983', 1, 'g', 'g', 1, '4-8-1987', 'g'),
(7, 'r', 'r', 'r', 'r', '2-6-01', 'r', 'r', 'r', 'r', 2, 2, 2, 2, 2, 'vv@df.com', 'no', 2, 'r', 'r', 'r', '1-8-03', 2, 'r4', 'r', 2, '2-6-01', 'r'),
(8, 'd', 'd', 'd', 'd', '4-07-09', 'g', 'd', 'd', 'd', 4, 4, 4, 4, 4, 'd', 'yes', 4, 'd', 'd', 'd', '6-8-09', 4, 'd', 'd', 4, '4-07-09', 'd'),
(9, 'sham', 'raje', 'ii', 'ooo', '1-2-01', 's', 'i', 'j', 'm', 999, 88, 888, 888, 888, 's@yahoo.com', 'n', 99, 'u', 'u', 'h', '2-1-03', 88, 'h', 'i', 11, '1-2-01', 'ii'),
(10, 'W', 'U', 'U', 'U', '1-1-08', 'I', 'I', 'J', 'J', 99, 9, 0, 9, 9, 'W@YAHOO.COM', 'N', 0, 'QQ', 'Q', 'Q', '1-1-08', 11, 'QQ', 'Q', 1, '1-1-08', 'B'),
(11, 'RAM', 'NAGARGOJE', 'H', 'H', '28-09-1979', 'LEFT', 'I', 'I', 'I', 0, 7, 7, 9, 9, 'y@gmail.com', 'I', 888, 'J', 'J', 'J', '2-1-03', 99, 'I', 'O', 9, '28-09-1979', 'm');
--
-- Table structure for table registration
CREATE TABLE registration (
r_id int(30) NOT NULL auto_increment,
fname text NOT NULL,
lname text NOT NULL,
address text NOT NULL,
emailid text NOT NULL,
contact int(30) NOT NULL,
loginid text NOT NULL,
password text NOT NULL,
PRIMARY KEY (r_id)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=9 ;
--
-- Dumping data for table registration
INSERT INTO registration (r_id, fname, lname, address, emailid, contact, loginid, password) VALUES
(1, 'pravin', 'yadav', 'baramati', 'pravin@gmail.com', 2147483647, 'pravin', 'yadav'),
(2, 'ggg', 'ffff', 'ddd', 'vv@df.com', 666666, 'yogesh', 'raje'),
(3, 'rakesh', 'SHARMA', 'BARAMATI', 'RAKESH@VIIT.COM', 2147483647, 'rakesh', 'rakesh'),
(4, 'h', 'H', 'H', 'H@D.COM', 6, 'h', 'h'),
(5, 'aadi', 'raje', 'pune', 'y@gmail.com', 333, 'aadi', 'aadi'),
(6, 'nilu', 'nilu', 'shikrapur', 'nilesh@yahoo.com', 222, 'nilu', 'nliu'),
(7, 'yogeshnilesh', 'soundore', 'shrirampur', 'soundore@gmail.com', 2147483647, 'yogeshnilesh', 'yogeshnilesh'),
(8, 'sham', 'RAJE', 'NAGAr', 'soundore@gmail.com', 222, 'sham', 'sham');