IT PROFESSIONALS
Sunday, 25 December 2016
Thursday, 8 December 2016
Monday, 28 November 2016
Script for DB
CREATE TABLE STUDENT
(
PID INT Primary key generated always as identity (start with 1,increment by 1),
SNAME VARCHAR(30),
DEPT VARCHAR(30),
MARKS INT
);
INSERT INTO STUDENT (SNAME,DEPT, MARKS) VALUES('Fatima', 'IT', 86);
INSERT INTO STUDENT (SNAME,DEPT, MARKS) VALUES('Amjad', 'IT', 95);
INSERT INTO STUDENT (SNAME,DEPT, MARKS) VALUES('Fahad', 'ENG', 90);
INSERT INTO STUDENT (SNAME,DEPT, MARKS) VALUES('Zeshan', 'IT', 77);
INSERT INTO STUDENT (SNAME,DEPT, MARKS) VALUES('Zahid', 'MATH', 73);
INSERT INTO STUDENT (SNAME,DEPT, MARKS) VALUES('Samra', 'MATH', 61);
Sunday, 27 November 2016
Thursday, 24 November 2016
database base application with jar file r2xml. just create a data base in your netbeans
database. base name. basic
table name tab
colum names. SERIAL,NAME,AGE,ADDRESS.
and add a jar file by downloading from internet r2xml easily available over internet and include it in a away that sir has shown to you all]
check the link for code unzip it and import it in netbeans
any query will be answer
https://www.dropbox.com/s/ye1adbo9rxuihye/midtermtraining.zip?dl=0
Subscribe to:
Posts (Atom)