행위

"오라클 구문 다이어그램"의 두 판 사이의 차이

DB CAFE

(Backus-Naur Form (BNF) 문법)
(Backus-Naur Form (BNF) 문법)
14번째 줄: 14번째 줄:
  
 
... 앞의 구문이 반복 (Ellipsis points show that the preceding syntactic element can be repeated.)
 
... 앞의 구문이 반복 (Ellipsis points show that the preceding syntactic element can be repeated.)
 +
 
delimiters Delimiters other than brackets, braces, vertical bars, and ellipses must be entered as shown.
 
delimiters Delimiters other than brackets, braces, vertical bars, and ellipses must be entered as shown.
 +
 
boldface 굵게 표시된 단어는 키워드입니다. 표시된대로 입력해야합니다.  
 
boldface 굵게 표시된 단어는 키워드입니다. 표시된대로 입력해야합니다.  
 
                 키워드는 일부 운영 체제에서 대소 문자를 구분하지만 일부 운영 체제에서는 대소 문자를 구분하지 않습니다.  
 
                 키워드는 일부 운영 체제에서 대소 문자를 구분하지만 일부 운영 체제에서는 대소 문자를 구분하지 않습니다.  
 
                 굵은 체로 표시되지 않은 단어는 이름이나 값을 대체해야하는 자리 표시자입니다.
 
                 굵은 체로 표시되지 않은 단어는 이름이나 값을 대체해야하는 자리 표시자입니다.
 
(Words appearing in boldface are keywords. They must be typed as shown. (Keywords are case-sensitive in some, but not all, operating systems.) Words that are not in boldface are placeholders for which you must substitute a name or value.)
 
(Words appearing in boldface are keywords. They must be typed as shown. (Keywords are case-sensitive in some, but not all, operating systems.) Words that are not in boldface are placeholders for which you must substitute a name or value.)

2020년 1월 6일 (월) 16:58 판

thumb_up 추천메뉴 바로가기


1 Graphic Syntax Diagrams[편집]

2 Backus-Naur Form (BNF) 문법[편집]

Each graphic syntax diagram in this reference is followed by a link to a text description of the graphic. The text descriptions consist of a simple variant of Backus-Naur Form (BNF) that includes the following symbols and conventions:


[ ] 선택 목록 (Brackets enclose optional items.)

{ } 1개만 선택(Braces enclose items only one of which is required.)

| 중괄호,대괄호 안에서 대체 (A vertical bar separates alternatives within brackets or braces.)

... 앞의 구문이 반복 (Ellipsis points show that the preceding syntactic element can be repeated.)

delimiters Delimiters other than brackets, braces, vertical bars, and ellipses must be entered as shown.

boldface 굵게 표시된 단어는 키워드입니다. 표시된대로 입력해야합니다.

               키워드는 일부 운영 체제에서 대소 문자를 구분하지만 일부 운영 체제에서는 대소 문자를 구분하지 않습니다. 
               굵은 체로 표시되지 않은 단어는 이름이나 값을 대체해야하는 자리 표시자입니다.

(Words appearing in boldface are keywords. They must be typed as shown. (Keywords are case-sensitive in some, but not all, operating systems.) Words that are not in boldface are placeholders for which you must substitute a name or value.)