Commit Graph

129 Commits

Author SHA1 Message Date
3175ea83b5
Fixed query 7, didn't realize count was already there, wayyyyyyyyyy too sleeeppyyyyyy to see that 😫 2024-11-10 00:56:55 +05:30
02e284ad48
Moved s9 to SQL folder, forgot about that, i'm sleepppppyyyyyyyyyyy 2024-11-09 23:59:11 +05:30
2327418cdf
Added queries for S9 (MySQL). 2024-11-09 23:58:23 +05:30
883422bf08
Added link for problem statements in readme. 2024-11-09 23:27:27 +05:30
d7a0bb4823
Added pdf for all problem statements (november 2024) for practical exam. 2024-11-09 23:24:27 +05:30
dcadee52ce
Fixed union query since union combines results from two queries, but the number of columns and their data types must match. 2024-11-09 23:10:17 +05:30
3dc24979ba
Added queries for S8 (MySQL). 2024-11-09 23:04:43 +05:30
0babf2b3ee
Appended 1 to database name to avoid conflits with other store databases. 2024-11-09 22:29:36 +05:30
4a934c1bbd updated query 3 of s5 since we're supposed to update city column of employee table and not company 2024-11-09 20:38:30 +05:30
9a7978235b
Merge remote-tracking branch 'refs/remotes/origin/main' 2024-11-09 18:12:15 +05:30
b36213a58d
Fixed query 2 2024-11-09 17:25:42 +05:30
371bf261b9 fixed s7 problem statement 2024-11-09 16:41:54 +05:30
ddb2505d9f
Fixed unique index query (query 5). 2024-11-09 16:13:12 +05:30
1ca836f6a1
Added queries for S7 (MySQL). 2024-11-09 16:09:38 +05:30
3dc3d1e78c
Added select statement to view changes after firing query 1. 2024-11-09 15:26:58 +05:30
0178c80bf5
Added queries for S6 (MySQL). 2024-11-09 15:24:21 +05:30
8936f48ab7
Appended 1 in database name to avoid conflict with S6. 2024-11-09 15:07:32 +05:30
005b7e3a40
Added describe table line in 5th query to view changes. 2024-11-09 13:13:24 +05:30
c672bfb5f9
Added select line in 3rd query to view changes. 2024-11-09 13:11:34 +05:30
802e2107cd
Added queries for S5 (MySQL). 2024-11-09 13:09:12 +05:30
3a80156268
Added P10 trigger (plsql). Engineered by Macho. 2024-11-09 12:14:26 +05:30
997137287e
Added out params for function as per req. p.s. Thanks to Macho for providing the patch. 2024-11-09 12:05:14 +05:30
06c90bf376
Deleting one instead of many in 5th query. 2024-11-09 11:51:58 +05:30
ff283c93df
Fixed 3rd query, added or thingy. 2024-11-09 11:50:08 +05:30
86ba61f9c3
Added queries for P5. Thanks to Macho, again. 2024-11-09 02:11:29 +05:30
9a7400d5d8
Moved p.s. up to p.s. heading. Also, thanks to Macho for these queries! 2024-11-09 02:05:09 +05:30
d2e3e5037c
Added P4 queries (PL/SQL). Engineered by Tanmay Macho. 2024-11-09 02:04:15 +05:30
ba84cdf1cc
Added queries for S4 (MySQL). 2024-11-09 01:54:49 +05:30
9bbf098f55
Added horizontal line at end. 2024-11-09 01:07:32 +05:30
f793a97dd5
Added links for all currently existing folders and contributors. 2024-11-09 01:03:28 +05:30
bbbf3cbebc
Added queries for S3 (MySQL). 2024-11-09 01:00:17 +05:30
ea43287640
Added line break in outputs 2024-11-09 00:49:29 +05:30
395f3a985c
Added trigger (P9), PL-SQL. 2024-11-09 00:47:18 +05:30
0314d38f20
Added missing semicolon in example. Thanks to Narinder for pointing it out 🙇 2024-11-09 00:33:04 +05:30
f3eb6f536c
Added age_calc function (P7). 2024-11-08 23:10:40 +05:30
cd930f1bc6
Added queries for S2 (MySQL). 2024-11-08 22:58:34 +05:30
0ad540721e
Appended 1 to database name to avoid conflits with other p.s. using same structure. 2024-11-08 22:40:27 +05:30
4f2c23b85c
Fixed query 1 and added missing query 2. 2024-11-08 22:32:59 +05:30
278126d752
Added queries for S1 (MySQL). 2024-11-08 22:28:19 +05:30
453b265a8a
Changed M2 to M3 in heading since it's M3! 2024-11-08 17:17:36 +05:30
ba4b4629ce
Added queries for M3 (crud operations) 2024-11-08 17:15:46 +05:30
24924e124c
Capitalized contacts and address fields in M1 + M2. 2024-11-08 17:11:32 +05:30
56dc7b5ea1
Moved M1 and M2 to MongoDB folder. 2024-11-08 16:44:59 +05:30
6eae704642
Added queries for M2 (crud operations) 2024-11-08 16:42:30 +05:30
08d1bbd33c
fixed one line since the ps was copied from pdf. 2024-11-08 16:26:38 +05:30
607730bcfb
Added link for practical exam folder in main readme. 2024-11-08 16:24:40 +05:30
4225fcccf7
Added readme and m1 queries. 2024-11-08 16:22:47 +05:30
c5b8f8223e
Simplified and improved queries for A6.
- Separate sections for creating tables and inserting data
- Fixed IF control block in procedure
- Refined procedure and calling block
2024-11-02 20:35:43 +05:30
25e9652392
Added queries to calculate the area of circle. 2024-11-02 01:31:46 +05:30
25e849ccd0
Improved queries for A4.
- Changed column names for better understanding
- Changed dates in inserted data to show all fine cases
- Added comments in procdure and changed variable names
2024-11-02 01:14:37 +05:30