Register Register Member Login Member Login Member Login Forgot Password ??
PHP , ASP , ASP.NET, VB.NET, C#, Java , jQuery , Android , iOS , Windows Phone



Clound SSD Virtual Server

Oracle Create Table

Oracle Create Table หลังจากที่ทำการ Create User พร้อม Grant สิทธิ์ต่าง ๆ แล้ว เรามาลองทำการ สร้าง Table ไว้ใช้งานกันครับ

Oracle Create User & Grant

เปิดโปรแกรม PL/SQL

Oracle Create Table

Login myuser/mypassword เลือก TNS Name ชื่อ TCDB ที่เราได้สร้างจาก Net Manager

Oracle Create Table


เข้าสู่หน้าจอของโปรแกรม PL/SQL เมื่อเลือกมุมมองของ My Objects จะปรากฏว่าตอนนี้ยังไม่มี Table ย่อย

Oracle Create Table

คลิกขวาที่ Table เลือก New เพื่อทำการสร้าง Table ขึ้นมาใหม่ ในบทเรียนนี้ผมจะใช้ Table 3 ตัว








1.ตาราง customer

Table customer
create table customer
(
CustomerID varchar2(4),
Name varchar2(50),
Email varchar2(50),
CountryCode varchar2(3),
Budget number,
Used number
);
tablespace SYSTEM
storage
(
initial 64K
minextents 1
maxextents unlimited
);
alter table customer
add constraint PK_CustomerID primary key (CUSTOMERID);


Oracle Create Table

ระบุ Table Name

Oracle Create Table

ระบุ Field & Column

Oracle Create User

ระบุ Key และเลือก Apply เพื่อ Create Table


2.ตาราง country

Table country
create table country
(
CountryCode varchar2(2),
CountryName varchar2(50)
)
tablespace SYSTEM
storage
(
initial 64K
minextents 1
maxextents unlimited
);
alter table country
add constraint PK_CountryCode primary key (COUNTRYCODE);


Oracle Create Table

ระบุ Table Name

Oracle Create Table

ระบุ Field & Column

Oracle Create Table

ระบุ Key และเลือก Apply เพื่อ Create Table


3.ตาราง audit_log

Table audit_log
create table audit_log
(
AuditID varchar2(4),
CustomerID varchar2(4),
Date_Log date,
Used number
)
tablespace SYSTEM
storage
(
initial 64K
minextents 1
maxextents unlimited
);
alter table audit_log
add constraint PK_AuditID primary key (AUDITID);


Oracle Create Table

ระบุ Table Name

Oracle Create Table

ระบุ Field & Column

Oracle Create Table

ระบุ Key และเลือก Apply เพื่อ Create Table




การเพิ่มข้อมูลลงใน Table สามารถเพิ่มโดยการคลิกขวาที่ Table และเลือก Edit

Oracle Create Table

หากต้องการ Save ให้กด (F8) และ ยืนยัน Commit Transaction กด (F10)




ข้อมูลแต่ล่ะ Table ดังนี้

Oracle Create Table
Table customer

Oracle Create Table
Table country

Oracle Create Table
Table audit

   
Share


ช่วยกันสนับสนุนรักษาเว็บไซต์ความรู้แห่งนี้ไว้ด้วยการสนับสนุน Source Code 2.0 ของทีมงานไทยครีเอท


ลองใช้ค้นหาข้อมูล


   


Bookmark.   
       
  By : ThaiCreate.Com Team (บทความเป็นลิขสิทธิ์ของเว็บไทยครีเอทห้ามนำเผยแพร่ ณ เว็บไซต์อื่น ๆ)
  Score Rating :  
  Create/Update Date : 2008-07-19 22:37:56 / 2017-03-15 13:09:56
  Download : Download  Oracle Create Table
 Sponsored Links / Related

 
Oracle Introduction
Rating :

 
Oracle Installation & Configuration
Rating :

 
Oracle Create/Grant User
Rating :

 
Oracle Create TNS Name (Net Service)
Rating :

 
Oracle Relation CasCade On Delete/On Update (Foreign)
Rating :

 
Oracle Export/Import Table
Rating :

 
Oracle Data Source Config (DSN)
Rating :

 
ORA-12154: TNS:could not resolve the connect identifier specified
Rating :


ThaiCreate.Com Forum


Comunity Forum Free Web Script
Jobs Freelance Free Uploads
Free Web Hosting Free Tools

สอน PHP ผ่าน Youtube ฟรี
สอน Android การเขียนโปรแกรม Android
สอน Windows Phone การเขียนโปรแกรม Windows Phone 7 และ 8
สอน iOS การเขียนโปรแกรม iPhone, iPad
สอน Java การเขียนโปรแกรม ภาษา Java
สอน Java GUI การเขียนโปรแกรม ภาษา Java GUI
สอน JSP การเขียนโปรแกรม ภาษา Java
สอน jQuery การเขียนโปรแกรม ภาษา jQuery
สอน .Net การเขียนโปรแกรม ภาษา .Net
Free Tutorial
สอน Google Maps Api
สอน Windows Service
สอน Entity Framework
สอน Android
สอน Java เขียน Java
Java GUI Swing
สอน JSP (Web App)
iOS (iPhone,iPad)
Windows Phone
Windows Azure
Windows Store
Laravel Framework
Yii PHP Framework
สอน jQuery
สอน jQuery กับ Ajax
สอน PHP OOP (Vdo)
Ajax Tutorials
SQL Tutorials
สอน SQL (Part 2)
JavaScript Tutorial
Javascript Tips
VBScript Tutorial
VBScript Validation
Microsoft Access
MySQL Tutorials
-- Stored Procedure
MariaDB Database
SQL Server Tutorial
SQL Server 2005
SQL Server 2008
SQL Server 2012
-- Stored Procedure
Oracle Database
-- Stored Procedure
SVN (Subversion)
แนวทางการทำ SEO
ปรับแต่งเว็บให้โหลดเร็ว


Hit Link
   







Load balance : Server 02
ThaiCreate.Com Logo
© www.ThaiCreate.Com. 2003-2024 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่