Friday 18 October 2013

Insert Query in SQL

how to store data in Database

 insert into student values(&roll_no,'&name','&class','&birthdate');

INSERT INTO COURSE VALUES(&course_no,'&course_name',&max_marks,&pass_marks)

No comments:

Post a Comment

How to change Background color by selecting color from Listview

activitymain.xml file::> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"     xm...