You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ydb/docs/en/core/yql/reference/syntax/create-view.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# CREATE VIEW
2
2
3
-
`CREATE VIEW` defines a [view](concepts/datamodel/view) with a given query.
3
+
`CREATE VIEW` defines a [view](../../../concepts/datamodel/view.md) with a given query.
4
4
5
5
A view logically represents a table formed by a given query. The view does not physically store the table but executes the query to produce the data whenever the view is accessed.
0 commit comments