Updated certain values in database for running queries wale questions.
This commit is contained in:
parent
0c4e665809
commit
e937c5aa54
4
Practical/Assignment-A2/Database_A2.sql
Executable file → Normal file
4
Practical/Assignment-A2/Database_A2.sql
Executable file → Normal file
@ -169,7 +169,7 @@ CREATE TABLE `Loan` (
|
||||
|
||||
LOCK TABLES `Loan` WRITE;
|
||||
/*!40000 ALTER TABLE `Loan` DISABLE KEYS */;
|
||||
INSERT INTO `Loan` VALUES (155,'Dhole Patil',500),(156,'Nagarwala',250),(157,'Peachtree',600),(158,'Bishops',9000),(159,'Amanora',25000);
|
||||
INSERT INTO `Loan` VALUES (155,'Dhole Patil',500),(156,'Nagarwala',250),(157,'Peachtree',600),(158,'Bishops',1400),(159,'Amanora',25000);
|
||||
/*!40000 ALTER TABLE `Loan` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
|
||||
@ -182,4 +182,4 @@ UNLOCK TABLES;
|
||||
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
||||
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
||||
|
||||
-- Dump completed on 2024-07-25 9:03:44
|
||||
-- Dump completed on 2024-07-31 16:22:17
|
||||
|
Loading…
Reference in New Issue
Block a user