We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A. A -> C, B -> C (schemas A and B both reference the schema C)
A -> C, B -> C
A
B
C
A.C
B.C = A.C
B. A -> C, B -> C' (schema A references a schema C, and schema B references a different schema C that happens to have the same name)
A -> C, B -> C'
B.C
C. A -> C, A -> C' (schema A references two different schemas that both have the name C)
A -> C, A -> C'
A.C1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A.
A -> C, B -> C
(schemasA
andB
both reference the schemaC
)A
andB
, the namespaced schemaA.C
, and an aliasB.C = A.C
B.
A -> C, B -> C'
(schemaA
references a schemaC
, and schemaB
references a different schemaC
that happens to have the same name)A
andB
, and the namespaced schemasA.C
andB.C
C.
A -> C, A -> C'
(schemaA
references two different schemas that both have the nameC
)A
, and the namespaced schemasA.C
andA.C1
The text was updated successfully, but these errors were encountered: