11 Matching Annotations
  1. Nov 2022
  2. Jul 2022
    1. Scalability: Cosmos DB is horizontally scalable to support hundreds of millions of reads and writes per second

      Since it is a Platform as a Service, it isolates the configuration required to perform scaling from the users, allowing them to focus on their data manipulation.

  3. Apr 2022
    1. Traditional one-off pentesting rarely focuses on speed, automation and agility, leading to delays in the release cycle and more. To keep up with modern technology and business security practices, pentesting has begun evolving into Pentest as a Service (PtaaS)

      What tools are relevant here?

  4. Mar 2022
    1. The FULL OUTER JOIN keyword returns all matching records from both tables whether the other table matches or not. So, if there are rows in "Customers" that do not have matches in "Orders", or if there are rows in "Orders" that do not have matches in "Customers", those rows will be listed as well

      So this makes it so that there are no duplications since matches for one part of the joining. The other two parts are:

      • data from table1 not matching
      • data from table2 not matching
    1. MS Access uses an asterisk (*) instead of the percent sign (%), and a question mark (?) instead of the underscore (_)

      This is as is obtainable in Linux.