class basic
{
public static void main(String args[])
{
System.out.println("This is first Basic Program for programmers");
}
}
{
public static void main(String args[])
{
System.out.println("This is first Basic Program for programmers");
}
}
Blog For all the Coders who want to learn something, you can follow me for more new posts.
set serveroutput on; declare a1 varchar2(100); begin select count(*) into a1 from employees; for i in 1..a1 loop dbms_output.put_line...
No comments:
Post a Comment