Source
SnowConvert AI - Redshift - SQL Statements
Runs a stored procedure. The CALL command must include the procedure name and the input argument values. You must call a stored procedure by using the CALL statement.
SnowConvert AI - Teradata - MLOAD
The IMPORT command specifies a source for data input. For more information regarding Import MLoad, check here Sample Source Patterns As BTEQ content also MLoad is relocated in an EXECUTE IMMEDIATE block.
SnowConvert AI - General Functional Differences
This message is reported when a Correlated Subquery (subquery that refers to a column from the outer query) is located. This type of subqueries can, in some cases, present some functional differences in Snowflake (Working with Subqueries).
SnowConvert AI - Oracle - Built-In packages
Translation reference for Built - in packages. Description Oracle supplies many PL/SQL packages with the Oracle server to extend database functionality and provide PL/SQL access to SQL features.
SnowConvert AI - General Performance Review Messages
This warning indicates that the statement uses cursor fetch bulk operations. These operations allow you to retrieve multiple rows of data from a cursor at once, instead of one row at a time.
SnowConvert AI - Teradata - SQL to Snowflake Scripting (Procedures)
Teradata’s ABORT and ROLLBACK statements are replaced by a ROLLBACK statement in Snowflake Scripting. For more information on Teradata ABORT and for ROLLBACK.