Forum: Oracle Aug 18th, 2009 |
| Replies: 5 Views: 1,248 hello!
As i am trying to insert multiple rows using following command
insert into customer(c_id,c_name,c_city,c-street)
values('C101','Hayes','Downtown','Main'),
... |
Forum: Oracle Jul 13th, 2009 |
| Replies: 4 Views: 586 hello,
I am not getting which SQL statement should be used to insert multiple data at a same time without writing
insert into...
again and again.
suppose whenever i want to insert data... |
Forum: Oracle Jul 13th, 2009 |
| Replies: 4 Views: 567 Both will be ok, if it's e-book or not. |
Forum: Oracle Jul 13th, 2009 |
| Replies: 4 Views: 567 Hello,
plz tell me a perfect book which includes all SQL Queries with solved examples. So i will do well practie with it. |
Forum: Oracle Jul 9th, 2009 |
| Replies: 1 Views: 1,277 Hi
I have created many tables in database. Now when i used to create new table that's name may already exists. So, before creating new table i must know which table names are already exists in... |