Posts

Quantum Internet Benefits

Image
  The quantum internet is a network of quantum computers that are connected together using quantum communication. It has the potential to revolutionize many industries, including: Secure communications: The quantum internet would be inherently secure, as it would be impossible to eavesdrop on quantum communications without being detected. This could be used for applications such as secure financial transactions, government communications, and military applications. Quantum computing: The quantum internet would allow quantum computers to be connected together, which would allow them to solve problems that are currently impossible for classical computers. This could be used for applications such as drug discovery, financial modeling, artificial intelligence, and materials science. Quantum sensors: The quantum internet could be used to connect quantum sensors together, which would allow them to create a global network of sensors that could be used to monitor the environment, detect earthq

SQL Where Queries : Day 2 #100Days of SQL

Image
Today, I am going to share about Where clause usages in SQL Query using Microsoft SQL server and AdventureWorks Database. We Will gonna use "Production.Product" Table in this examples, In this blogpost will see about where clause with other operators such as and, or, like, not null, null  Initially we will explore about Simple SQL where clause queries here, Later I will update more complex SQL where clause queries in future days. At First we will see the normal Query with resultsets select * from Production.Product  -- returned 504 rows of data In this below Query we will see about Safety Stock level value below 1000 -- where query for SafetyStock level below 1000 select Production.Product.ProductID,         Production.Product.Name,    Production.Product.SafetyStockLevel from   Production.Product where  Production.Product.SafetyStockLevel < 1000    In this below query will explore safety stock level values are above 600\ -- where query for SafetyStock level above 600 s

SQL Script : Adventure works database setup and Select query, list of tables #100daysofsql

Image
Hi all,   Welcome to 100 days of SQL script code   In this blog post, will start with AdventureWorks sample database in Microsoft SQL server   Install MS SQL server and SSMS latest version  Download bak file from https://docs.microsoft.com/en-us/sql/samples/adventureworks-install-configure?view=sql-server-ver15&tabs=ssms Follow the restore steps in the same above link after restoring below adventure work database below  Run the below query in SQL server -- showing list of tables select * from INFORMATION_SCHEMA.TABLES   output  customer and product table select query -- customer and product table  select * from SalesLT.Customer select * from SalesLT.Product Outputs are

3AaaS - AI Automation Architecture as a Service's Common Functionalities

Image
3AaaS Common functionalities Simple Functionalities are 1. Adding or Saving 2. Removing or Deleting  3. Updating  4. Viewing individual and group of datas  5. Sort Functionalities 6. Searching Functionalities  Intermediate Functionalities are 1. Mapping 2. Merging 3. Advanced searching  Complex Functionalities are,  1. Tree structure view of all simple and Intermediate Functionalities. 2. Graph structure view of all simple and Intermediate Functionalities. Previous linkedin posts and snapshots

Satellite systems GEO vs LEO vs MEO

GEO - Geostationary/ Geosynchronous  orbit - Satellites round trip 1 time per day !! MEO - Mid Earth Orbit - Satellites round trip 2 time per day !! LEO - Low Earth Orbit - Satellites round trip 18 times per day !!  Morr information will soon updated year like distance measurements!! 

Digital Marketing SEO Analytics and Digital Transformation via Google Analytics Part 1 Video Podcast

Image
 

Issue Resolve: While uninstall or Remove or Install Software from Linux Terminal "unmet dependencies"

Unmet dependencies usually cause that installed  software already holding a lock inside cache folder. Hence to come over  this kind of issues, the following commands will help while uninstalling packages or installing packages. Step 1. Remove the lock sudo rm /var/cache/apt/archives/lock Step 2. Update apt-get sudo apt-get update Step 3. Now Install the software    sudo apt-get install [package or software] Remove/Uninstall software sudo apt-get remove [package or software]

Generalized Formula For Consecutive Square Number’s Arithmetic Progression in Hyper Dimension or Multi Dimension [ Both Tamil and English version ] [பல பரிமாணத்தில் அமைந்துள்ள இரண்டாம் அடுக்கு வர்க்க தொடர் எண்களின் கூட்டு தொடர் காணும் பொதுவான சூத்திரம்]

Image
Update Condition : H(n) = R * C* Face upto 3rd dimension; For other dimension like 4th dimension 5th dimension, still in progress ; But still it works for other dimensions. For example 4th dimension Sum up individual 3 Dimension cubes Slide Shows Generalized formula for Square Numbers in Hyper Dimensions from Kumaran K பல பரிமாணத்தில் அமைந்துள்ள இரண்டாம் அடுக்கு வர்க்க தொடர் எண்களின் கூட்டு தொடர் காணும் பொதுவா� from Kumaran K Still it is in progress, It works upto 3 Dimensions For other dimensions it works separately like if 4th dimension then club and sum up all the individual 3 dimensions