Yes, there can be multiple web.config files in an Asp.net web app. Asp.net doesn't restrict you from that. The root directory contains the main web.config and other web.config can be stored in the subfolders of that project. when you first run your web app the root web.config will be loaded in the cRead more
Whenever you call a procedure or any subprogram in your code it will be loaded into the cache memory after the compilation process. And only after that, it can result in your desired output. There are some advantages of packages over procedures: Performance: If you call a package, all the subprograRead more
All the best for your interview Rohan, I hope After reading this answer you will be able to reply to any Joins questions. Joins are used to fetch data from multiple tables in your database. That's because it is not practically possible to store your entire data in one table. It combines rows from muRead more
Can I have multiple web.config files in my web application?
Urmila Pal
Yes, there can be multiple web.config files in an Asp.net web app. Asp.net doesn't restrict you from that. The root directory contains the main web.config and other web.config can be stored in the subfolders of that project. when you first run your web app the root web.config will be loaded in the cRead more
Why do we use packages in Oracle when we can use procedures?
Urmila Pal
Whenever you call a procedure or any subprogram in your code it will be loaded into the cache memory after the compilation process. And only after that, it can result in your desired output. There are some advantages of packages over procedures: Performance: If you call a package, all the subprograRead more
what are SQL Joins? What are the types of SQL Joins?
Urmila Pal
All the best for your interview Rohan, I hope After reading this answer you will be able to reply to any Joins questions. Joins are used to fetch data from multiple tables in your database. That's because it is not practically possible to store your entire data in one table. It combines rows from muRead more