| |

VerySource

 Forgot password?
 Register
Search
View: 1112|Reply: 6

About Oracle to create data tables

[Copy link]

8

Threads

19

Posts

10.00

Credits

Newbie

Rank: 1

Credits
10.00

 China

Post time: 2020-1-7 11:10:01
| Show all posts |Read mode
Create a data table in SQL Server using Enterprise Manager or Query Analyzer
What is the purpose of creating a data table in Oracle?
Using SQL / PLUS? Or OEM?
If so, what is the difference between the two?
Thank you! !!
Reply

Use magic Report

8

Threads

19

Posts

10.00

Credits

Newbie

Rank: 1

Credits
10.00

 China

 Author| Post time: 2020-1-7 12:45:01
| Show all posts
Please come, silly question
Reply

Use magic Report

8

Threads

19

Posts

10.00

Credits

Newbie

Rank: 1

Credits
10.00

 China

 Author| Post time: 2020-1-20 13:18:01
| Show all posts
nobody? ? ? ? ? ? ? ? ? ? ? ?
Reply

Use magic Report

0

Threads

9

Posts

6.00

Credits

Newbie

Rank: 1

Credits
6.00

 China

Post time: 2020-1-21 11:18:01
| Show all posts
There is no third-party tool to use sql / plus directly. I use the pb development tool. It is easy to write SQL directly in it. Java uses jdbc. It is OK. There are many methods, as long as you can connect to the database and have permissions to create tables. .
Reply

Use magic Report

0

Threads

9

Posts

6.00

Credits

Newbie

Rank: 1

Credits
6.00

 China

Post time: 2020-1-21 12:36:01
| Show all posts
In addition, there is no essential difference, all are sending sql to oracle, executing and returning the result set. There may be differences in the implementation of different tools, for example, when I use pb, some intermediate tables for pb are generated Store some table information.
Reply

Use magic Report

0

Threads

1

Posts

2.00

Credits

Newbie

Rank: 1

Credits
2.00

 China

Post time: 2020-8-31 09:45:01
| Show all posts
Toad, pl/sql developer, the tool for building tables
Reply

Use magic Report

0

Threads

1

Posts

2.00

Credits

Newbie

Rank: 1

Credits
2.00

 China

Post time: 2020-8-31 10:00:02
| Show all posts
SQL> CREATE OR REPLACE TABLE TABLE_NAME (..,SID NUMBER, SNAME VARCHAR2(10),..);
Reply

Use magic Report

You have to log in before you can reply Login | Register

Points Rules

Contact us|Archive|Mobile|CopyRight © 2008-2023|verysource.com ( 京ICP备17048824号-1 )

Quick Reply To Top Return to the list