Auto saved by Logseq

This commit is contained in:
Ryan 2023-06-14 17:00:26 +08:00
parent 13a3c6298f
commit bed89ea755

View file

@ -1131,12 +1131,12 @@
- Performance Transparency: must perform as if it were a centralized DBMS. - Performance Transparency: must perform as if it were a centralized DBMS.
- LATER advantages and disadvantages of distributed databases - LATER advantages and disadvantages of distributed databases
- DONE XML - DONE XML
- LATER XML definition and basic concepts - LATER XML definition and basic concepts #flashcard
- eXtensible Markup Language - eXtensible Markup Language
- A meta-language (i.e. a language for describing other languages) that - A meta-language (i.e. a language for describing other languages) that
enables designers to create their own customised tags to provide enables designers to create their own customised tags to provide
functionality not available with HTML. functionality not available with HTML.
- LATER Relational model versus XML - LATER Relational model versus XML #flashcard
- SQL - SQL
- is a special-purpose programming language - is a special-purpose programming language
- You can: manage data in a relational databases. - You can: manage data in a relational databases.
@ -1144,7 +1144,7 @@
- is a markup specification language - is a markup specification language
- You can: design ways of describing information (text or data), usually for storage, transmission, or processing by a program (you can use it in combination with a programming language). - You can: design ways of describing information (text or data), usually for storage, transmission, or processing by a program (you can use it in combination with a programming language).
- It says nothing about what you should do with the data (although your choice of element names may hint at what they are for). - It says nothing about what you should do with the data (although your choice of element names may hint at what they are for).
- LATER Well-formed XML, Valid XML - LATER Well-formed XML, Valid XML #flashcard
- Adheres to basic structural requirements - Single root element - Adheres to basic structural requirements - Single root element
- Matched tags, proper nesting - Matched tags, proper nesting
- Unique attributes within elements - Unique attributes within elements