Ajax
ASP
C,C++
C#,.NET
CSS,HTML
Delphi,Kylix
Experience
Flash
Java
JavaScript
PHP
Python
QT
SQL
ShellScript
VB
U :
P :
Register
Lost Password
Other Links
Code Archive
Save Giovanni
SQL Category Code
Real Name
:
SharingCode.NET User
Subject
:
Unique constraint refers to a group of columns, the columns are listed separated by commas
Description
:
Unique constraint refers to a group of columns, the columns are listed separated by commas
postgres=# postgres=# postgres=# -- Unique constraint refers to a group of columns, the columns are listed separated by commas: postgres=# postgres=# CREATE TABLE example ( postgres(# a integer, postgres(# b integer, postgres(# c integer, postgres(# UNIQUE (a, c) postgres(# ); NOTICE: CREATE TABLE / UNIQUE will create implicit index "example_a_key" for table "example" CREATE TABLE postgres=# postgres=# drop table example; DROP TABLE postgres=#
Rating
:
0.00
(out of 5)
Visitor Voting Booth
:
Excellent
Very Good
Good
Fair
Poor
Copyright © 2006 SharingCode.NET . All rights reserved. Hosted By: SisNetworks