2016-10-14 1 views
-3

student_subjectsテーブルのroll_numとsubjectの列にstu_sub_indという名前のインデックスを作成するコードは何ですか?stu_sub_indという名前のインデックスを作成するためのコード

+0

参照[MSDN](https://msdn.microsoft.com/fr-fr/library/ms188783.aspx) – Sami

+0

@a_horse_with_no_name - 彼は、そのような詳細については、時間がない、彼はただ*魔法を望んでいます*回答。 – Hogan

+0

マニュアルを読むhttps://www.postgresql.org/docs/current/static/sql-createindex.html –

答えて

1
create index stu_sub_ind on student_subjects(roll_num, subject); 
関連する問題