Prepare for your Next Interview
This is a discussion on re table creation within the SQL forums, part of the Databases category; i want t to create a table in that 3 columns are there one is const_id (PK) and const_type foreignkey (const_id) and const name is it possible to me help ...
|
|||
|
re table creation
i want t to create a table in that 3 columns are there one is const_id (PK) and const_type foreignkey (const_id) and const name is it possible to me help me urgently
plz send mail to me "mail id removed" |
| Sponsored Links |
|
|||
|
Re: re table creation
Yes, you can create table in the following way
create table xxxx ( const_id varchar2(10) constraint xxxx_pk primary key, const_type varchar2(10) constraint xxxx_fk references xxxx(const_id), const_name varchar2(30) ) But what is the use of creating such a table? |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| JTable creation in swing | ssgvenkat2002 | Java | 1 | 01-30-2008 10:02 AM |
| DTS Package Creation | Siva_Tech | SQL | 2 | 09-18-2007 02:32 AM |
| Html Page Creation | suddu0308 | JavaScript | 6 | 06-27-2007 01:40 PM |
| Online Database creation | Innila | Database General | 2 | 02-01-2007 03:45 AM |
| Online Database creation | Innila | Database General | 1 | 01-12-2007 08:56 AM |