Skip to content

Commit d7f5424

Browse files
authored
Create README.md
1 parent 6ddd8fb commit d7f5424

File tree

1 file changed

+33
-0
lines changed
  • data-platform/core-converged-db/database-23c/sql-domains

1 file changed

+33
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# SQL DOMAINS
2+
3+
A SQL domain (also called usage domain or domain) is a dictionary object that belongs to a schema and encapsulates a set of optional properties and constraints for common values. After you define a SQL domain, you can define table columns to be associated with that domain,
4+
thereby explicitly applying the domain's optional properties and constraints to those columns. SQL domains are used to provide additional information to a stored column (JSON or relational), and therefore, used to define and validate data.
5+
Oracle's SQL domain implementation provides a wider range of functions than the one specified in the SQL standard (see Part 2 Foundation (SQL Foundation)).
6+
7+
8+
## Useful Links
9+
10+
### Documentation
11+
12+
- [SQL Language Reference 23c](https://docs.oracle.com/en/database/oracle/oracle-database/23/sqlrf/create-domain.html#GUID-17D3A9C6-D993-4E94-BF6B-CACA56581F41)
13+
- [Database Development Guide](https://docs.oracle.com/en/database/oracle/oracle-database/23/adfns/registering-application-data-usage-database.html#GUID-6F630041-B7AE-4183-9F97-E54682CA6319)
14+
15+
16+
### Team Publications
17+
18+
- [Less coding using new SQL Domains in 23c](https://blogs.oracle.com/coretec/post/less-coding-with-sql-domains-in-23c)
19+
- [Oracle Database 23c Free Developer Release - 10 features you should know](https://blogs.oracle.com/coretec/post/oracle-database-23c-free-developer-sql)
20+
21+
22+
### LiveLabs Workshops
23+
24+
- [coming soon]
25+
26+
27+
# License
28+
29+
Copyright (c) 2023 Oracle and/or its affiliates.
30+
31+
Licensed under the Universal Permissive License (UPL), Version 1.0.
32+
33+
See LICENSE for more details.

0 commit comments

Comments
 (0)