Hemant NikamDemonstrate Fragmentation in Distributed Database Systems using SQL ServerData is distributed at multiple sites and then combined using UNION or JOIN operationOct 1Oct 1
Hemant NikamRestrict Access in SQL ServerProtect you database objects from unauthorized accessSep 28Sep 28
Hemant NikamPython — Data AnalyticsBeginners guide or a Crash course in Python Data AnalyticsSep 14Sep 14
Hemant NikamPython Basics — Beginner CourseBeginners guide or a Crash course in basics of PythonSep 13Sep 13
Hemant NikamAES-128 CBC (Cipher Block Chaining) Encryption using Python and XML fileRotor Cipher MachineSep 3Sep 3
Hemant NikamSend encrypted text on email using PythonFollowing is the python code to send AES-128 encrypted text on email using Python:Sep 1Sep 1
Hemant NikamSend digitally signed S/MIME email using opaque signature in PythonFollowing topics need to be understood before proceeding. Use the corresponding links to read about the topics:Aug 31Aug 31
Hemant NikamDigital Signature Algorithm (DSA) — generation and verification using PythonIn the digital age, ensuring the authenticity and integrity of digital messages is crucial. One of the most widely used techniques for…Aug 28Aug 28
Hemant NikamIntroduction to temporal data queries in Microsoft SQL ServerIn this article, we will create a table that stores temporal data and execute queries on it. Before that, a short introduction to temporal…Aug 27Aug 27