Ikshul Durejaikshuldureja.hashnode.net·Jul 24, 2022My Experience In JPMorgan Chase's Recruitment ProcessSpoiler Alert: We were the first runner up at Code For Good Hackathon 2022 organized by JP Morgan Chase & Co. :P Please Note that this was an On-Campus Opportunity and your College/University needs to be a part of JPMC’s recruitment drive The Selecti...arshia aggarwal and 1 other are discussing this2 people are discussing thisDiscuss·3 likes·640 readsJPMC
Alok Ranjan Singhaloksingh00.hashnode.net·Sep 26, 2022Javascript Placement Series (Part : 1)What is Hoisting ? Javascript Hoisting is a process where the interpreter appears to move the declaration of function, variable or classes to the top of there scope prior to the execution of code. Basically it means that you can use the functions or ...Discuss·2 likes·91 readsJavaScript
Harsh Bhosaleharshb21.hashnode.net·Apr 17, 2023Triggers vs Stored ProceduresIn a database management system (DBMS), triggers and stored procedures are two common features used to automate tasks and enforce data integrity. In this blog, we will explore the differences between triggers and stored procedures and when to use eac...Discuss·2 likesDBMS
Harsh Bhosaleharshb21.hashnode.net·Apr 23, 2023Constraints in DBMSIn a database management system (DBMS), constraints are used to ensure data integrity by enforcing rules and restrictions on the data that can be entered or modified in a table. In this blog, we will explore the various types of constraints in DBMS a...DiscussPlacement
Harsh Bhosaleharshb21.hashnode.net·Apr 17, 2023Triggers vs Stored ProceduresIn a database management system (DBMS), triggers and stored procedures are two common features used to automate tasks and enforce data integrity. In this blog, we will explore the differences between triggers and stored procedures and when to use eac...Discuss·2 likesDBMS
Harsh Bhosaleharshb21.hashnode.net·Apr 17, 2023Database Security and ThreatsIn today's digital world, databases play a vital role in storing and managing sensitive data for organizations. The security of these databases is essential to prevent unauthorized access, data breaches, and other security threats. In this blog, we w...Discuss·1 likeDBMS
Harsh Bhosaleharshb21.hashnode.net·Apr 13, 2023NoSQL Databases and Their ApplicationsNoSQL databases have gained popularity as an alternative to traditional relational databases. NoSQL databases are designed to handle large-scale distributed data sets and offer several advantages over relational databases, including scalability, flex...Discuss·1 likeDBMS
Harsh Bhosaleharshb21.hashnode.net·Apr 13, 2023Database Triggers and Stored ProceduresIn database management systems (DBMS), database triggers and stored procedures are commonly used for automating complex tasks and ensuring data consistency. In this blog, we will discuss what database triggers and stored procedures are and how they a...DiscussDBMS
Harsh Bhosaleharshb21.hashnode.net·Apr 13, 2023Database Indexing TechniquesDatabase indexing is a technique that improves the performance of queries by reducing the time required to access data in a database. An index is a data structure that provides fast access to data in a table based on the values in one or more columns...DiscussDBMS
Harsh Bhosaleharshb21.hashnode.net·Apr 13, 2023NormalizationNormalization is the process of organizing data in a database to reduce redundancy and improve data integrity. It is a key concept in database design and is used to create efficient and maintainable databases. In this blog, we will discuss what norma...DiscussDBMS
Harsh Bhosaleharshb21.hashnode.net·Apr 13, 2023Data modeling: Entity-Relationship (ER) diagramsData modeling is an essential part of designing a database. One of the most widely used techniques for data modeling is the Entity-Relationship (ER) diagram. In this blog, we will discuss what ER diagrams are and how they can be used to model data in...DiscussDBMS
Harsh Bhosaleharshb21.hashnode.net·Mar 17, 2023DBMS KeysIn database management, keys are used to uniquely identify a record or row in a table. There are several types of keys in DBMS, each with its unique characteristics and uses. In this blog, we'll explore the different types of DBMS keys and provide ex...DiscussPlacement
Harsh Bhosaleharshb21.hashnode.net·Mar 17, 2023Types of Database LanguagesA database language is a programming language designed to manage data in a database. There are different types of database languages, and each type serves a specific purpose. In this blog post, we will discuss the most common types of database langua...DiscussDBMS