행위

"표 샘플"의 두 판 사이의 차이

DB CAFE

31번째 줄: 31번째 줄:
 
| 88
 
| 88
 
|}
 
|}
 
+
{| border="1" cellpadding="5" cellspacing="0"
 +
|-
 +
| Column 1 || Column 2 || Column 3
 +
|-
 +
| rowspan="2" | A
 +
| colspan="2" style="text-align: center;" | B
 +
|-
 +
| C <!-- column 1 occupied by cell A -->
 +
| D
 +
|-
 +
| E
 +
| rowspan="2" colspan="2" style="text-align: center;" |F
 +
|-
 +
| G <!-- column 2+3 occupied by cell F -->
 +
|-
 +
| colspan="3" style="text-align: center;" | H
 +
|}
  
 
{| border="2" bordercolor="#ffffff" cellpadding="2" cellspacing="0" width="90%"
 
{| border="2" bordercolor="#ffffff" cellpadding="2" cellspacing="0" width="90%"

2023년 9월 6일 (수) 00:08 판

thumb_up 추천메뉴 바로가기


Shopping List
Bread & Butter Pie Buns Danish Croissant
Cheese Ice cream Butter Yogurt

https://www.tablesgenerator.com/mediawiki_tables#

11 22 33
33
44 55 66
66 77 88
Column 1 Column 2 Column 3
A B
C D
E F
G
H
Type Code Type Description Acts On Level
C Check on a table Column
O Read Only on a view Object
P Primary Key Object
R Referential AKA Foreign Key Column
U Unique Key Column
V Check Option on a view Object
  • 표2
1 2 3 4 5
1 1 1 1 1
2 2 2 222 2
vㅍㅍ vㅍㅍ vㅍ
  • 표3
Food complements
Orange Apple
Bread Pie
Butter Ice cream


Parameter Description 비고
parallel_adaptive_multi_user enable adaptive setting of degree for multiple user streams 설정하지 않음
parallel_automatic_tuning enable intelligent defaults for parallel execution parameters 설정하지 않음
Def. = FALSE
Deprecated Parameter in 11g
parallel_degree_limit limit placed on degree of parallelism
CPU
IO
integer||설정하지 않음 (자동 설정)
Def. = CPU 
parallel_degree_policy policy used to compute the degree of parallelism (MANUAL/LIMITED/AUTO)
MANUAL
LIMITED
AUTO	
설정하지 않음
Def. = MANUAL