Friday 18 October 2013

How to get data from Database

 

Simaple select query

 

select * from student;
 

Select query with right Join

 

select distinct * from student right join sc on marks<=70;


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...