// SelectTest.java

import java.sql.*;


public class SelectTest
{
public static void main(String args[]) throws Exception
{
...