Add-AlloyDB Cmdlet
Inserts AlloyDB data.
Syntax
Add-AlloyDB [parameters]
Remarks
The Add-AlloyDB cmdlet allows you to use a syntax similar to SQL INSERT statements to create new AlloyDB records.
Add-AlloyDB -Connection $connection -Table "`"alloydb`".`"schema01`".Orders" -Columns @("ShipCity") -Values @("Raleigh")