Lakhan RathoreHashing , Encryption and EncodingHashing : hashing is a one way function that takes an input and produces a fixed length output. this output is called hash. we can say the…Apr 23Apr 23
Lakhan RathoreCRUD Operations in MongoDBCRUD operations describe the conventation of a user-interface this let users view, search, and modify parts of the database.Feb 11Feb 11
Lakhan Rathoreconnect java project to oracle sql 10g databaseif you are making first time connection to the database from your java project using “JDBC” or getting any problem to make connection done…Dec 9, 2023Dec 9, 2023
Lakhan Rathoreround srf in SQLThe round function is used to make the round of the number into its nearest value. by rounding each number one by oneNov 14, 2023Nov 14, 2023
Lakhan RathoreTrunc SRF in SQLtrunc (truncate) is used to round off the value to its lowest number (0). in one word trunc means change the targeted number into 0Oct 20, 2023Oct 20, 2023
Lakhan RathoreObject and JSON in JavaScriptJS object is a non-primitive datatype that helps us to store collection of information/data. In JavaScript to create an object we do not…Oct 18, 2023Oct 18, 2023
Lakhan Rathoremod() function in SQLin mathematics mod [%] stands for modulus which returns remainder of any number. but in SQL we can’t use % sign to perform modulus so SQL…Oct 16, 2023Oct 16, 2023
Lakhan RathoreSingle Row Function in SQLif the function takes n number of input and gives n number of output, we call such functions as single row functions.Oct 15, 2023Oct 15, 2023
Lakhan RathoreFunctions in SQL- Structured Query Languagein this post we are going to be familiar with SQL functionsOct 15, 2023Oct 15, 2023