ΕΡΓΑΣΙΑ - ΣΥΣΤΗΜΑΤΑ ΔΙΑΧΕΙΡΗΣΗΣ ΒΑΣΕΩΝ ΔΕΔΟΜΕΝΩΝ #221
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ΣΤΟΙΧΕΙΑ ΦΟΙΤΗΤΩΝ
ΑΝΑΛΥΤΙΚΟ DESCRIPTION
ISSUE 1 (support NOT/BETWEEN/AND/OR operators)
![image](https://user-images.githubusercontent.com/78510625/220199571-edee8243-9c4d-4712-b468-5ee491e610cb.png)
Αρχικά θα εκτελέσουμε τα παραδείγματα με τον πίνακα instructor
[NOT]
![image](https://user-images.githubusercontent.com/78510625/220200491-33a3ac9c-9a78-418a-abb4-fdccd6ab2a77.png)
[BETWEEN]
![image](https://user-images.githubusercontent.com/78510625/220201826-801d7e50-c2bb-4211-8760-969e3aa45877.png)
[OR]
![image](https://user-images.githubusercontent.com/78510625/220201880-d7b04fe1-8729-4eac-93b8-0403a474474f.png)
[AND]
![image](https://user-images.githubusercontent.com/78510625/220201854-49e57eaa-2f51-40ee-a60c-bf3788a85812.png)
ISSUE 2 (support Enrich indexing functionality)
CREATE TABLE statement enriched to support the declaration of a column as
![image](https://user-images.githubusercontent.com/78510625/220202149-642cc9b6-daef-4a85-8693-b64d3a20eada.png)
![image](https://user-images.githubusercontent.com/78510625/220202283-37dd90f6-a3b7-46d2-9f55-e34adc0cb15d.png)
**unique**
BTree index over unique (non-PK) columns
![image](https://user-images.githubusercontent.com/78510625/220202615-8dfbc3a8-d290-4cad-816b-054ca9696684.png)
Έχουν γίνει αρκετοί έλεγχοι έτσι ώστε η βάση να δέχεται μόνο BTREE σε PK και UNIQUE
![image](https://user-images.githubusercontent.com/78510625/220202757-7eecd19a-59f6-4d9c-afd0-7294102fb337.png)
![image](https://user-images.githubusercontent.com/78510625/220202791-7dfd1536-720b-481e-9745-a885a0a70dfc.png)