Top-Level Statements by Type

Standalone top-level SQL statements by type excluding nested statements that appear inside other statements (CREATE TABLE or INSERT inside CREATE PROCEDURE i.e.):

Statement TypeCountConversionComplexityLinesNeed ConversionAutomatedManual
1Table1Check: 1 ! (1/1)Undefined: 18450.0%4100.0%00.0%

Total: 1 distinct statement type, 1 occurrence.

All SQL Statements

Note that some statements can be nested within others (CREATE TABLE or INSERT inside CREATE PROCEDURE i.e. so issues, lines and other metrics cannot be summed):

StatementDescriptionCountConversionComplexityLinesNeed ConversionAutomatedManual
1CREATE TABLECreate table1Check: 1 ! (1/1)Undefined: 18450.0%4100.0%00.0%

Total: 1 distinct statement, 1 occurrence.

CREATE TABLE statements details:

DetailsDescriptionCountConversionComplexity
1NOT NULLNOT NULL constraint 1No Need: 1
2NULLNULL constraint 4No Need: 4
3PRIMARY KEYPrimary key constraint1No Need: 1

Data Types

All built-in data types:

Source Data TypeDescriptionCountConversionComplexity
1DATETIMEDate and time with fraction1Check: 1 !Undefined: 1
2INTEGERInteger number2No Need: 2
3VARCHARVariable-length string2No Need: 2

Total: 3 distinct data types, 5 occurrences.

Built-in data type details:

Source Data TypeCount
1VARCHAR(<=255)2

Total: 1 distinct data type specification, 2 occurrences.

Conversion Issues

Conversion issues that require review:

IssueDescriptionCount
1DATETIMEDate and time with fraction1

Total: 1 distinct conversion issue, 1 occurrence.