Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>HacktoberFest2021</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>
1 change: 0 additions & 1 deletion Problems/Query-42/Query-42.md

This file was deleted.

9 changes: 9 additions & 0 deletions Problems/Query-43/Query-43.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
### 1. For Table – Bonus
Select TOP 1 WORKER_REF_ID, BONUS_DATE, BONUS_AMOUNT from Bonus

### 2. For Table – Worker
Select TOP 1 WORKER_ID, FIRST_NAME, LAST_NAME, SALARY, JOINING_DATE, DEPARTMENT from Worker

### 3. For Table – Title
Select TOP 1 WORKER_REF_ID, WORKER_TITLE, AFFECTED_FROM from Title