oracle program
#1


oracle program

[attachment=16022]

SQL> create table deposit(actno varchar(5),cname varchar(18),bname varchar(18),amount number(8,2),a
adate date);

Table created.

SQL> create table branch(bname varchar(18),city varchar(18));

Table created.

SQL> create table customers(cname varchar(19),city varchar(18));

Table created.


SQL> create table borrow(loanno varchar(5),cname varchar(18),bname varchar(18),amount number(8,2));

Table created.



SQL> insert into deposit values('100','Anil','VRCE',1000.00,'1-mar-95');

1 row created.

SQL> insert into deposit values('101','Sunil','AJNI',5000.00,'4-jan-96');

1 row created.

SQL> insert into deposit values('102','Mehul','KAROLBAGH','3500.00','17-nov-95');

1 row created.


SQL> insert into deposit values('104','Madhuri','CHANDNI',1200.00,'17=dec-97');

1 row created.


SQL> insert into deposit values('105','Pramod','chandnichowk','3000.00','27-mar-96');

1 row created.


SQL> insert into deposit values('106','Sandip','andheri',2000.00,'23-mar-98');

1 row created.

SQL> insert into deposit values('107','shivam','rohini',4000.00,'23-feb-95');

1 row created.

SQL> select * from deposit;




Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: cname aliasing, deposit, seminar topic on oracle, geekinterview oracle pl sql, oracle interface manager, oracle elevator, tinydns cname,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  Oracle Retail Management System seminar details 2 2,413 31-12-2012, 06:20 PM
Last Post: Guest
  The NIAC Space Elevator Program seminar addict 2 1,635 20-11-2012, 12:55 PM
Last Post: seminar details
  Micro Turbine Generator Program project uploader 0 1,066 11-06-2012, 02:02 PM
Last Post: project uploader
  Computer program seminar details 0 850 06-06-2012, 02:39 PM
Last Post: seminar details
  ORACLE SAMPLE PAPERS seminar paper 0 991 01-03-2012, 03:33 PM
Last Post: seminar paper
  Washington State University Extension Energy Program seminar paper 0 822 25-02-2012, 02:38 PM
Last Post: seminar paper
  diet program seminar paper 0 881 25-02-2012, 02:24 PM
Last Post: seminar paper
  WASA’s Approach to Financial Risk Mitigation in CSO Program Implementation project uploader 0 648 02-02-2012, 09:43 AM
Last Post: project uploader
  PROGRAM STUCTURE IN ‘C’ seminar addict 0 601 23-01-2012, 02:40 PM
Last Post: seminar addict
  c program in computer program seminar addict 0 1,029 21-01-2012, 04:46 PM
Last Post: seminar addict

Forum Jump: