Header

  1. View current page

    정상혁의 수첩

Profile_img_60x60_08
195

Sybase object

Object-Nameing  Convention
   1)  Objcet  Name
      (1) Table, default, Procedure등 모두 해당됨
      (2) 대 소문을 구분하여, 최대 30characters
      (3) Object name identify ? db, owber, table (puds2. Friend)-dbo일 경우 생략가능
   2) Transact ? SQL
      (1) 대 소문자 구분 없음(select  or  SELECT)
      (2) 축약형가능(procedure:proc, execute: exec, transaction: tran 등)
   3) 타 DB와  Join
      1>  select  a.name, b.amount from friend a, pubs ... charg b
      2> where a.id = b.id
      3> go
 4) Object 종류 - Table, View, Index, Default, Rule, Procedure, Trigger등이 있음

History

Last edited on 07/05/2007 16:07 by benelog

Comments (0)

You must log in to leave a comment. Please sign in.