How do i make an auto-incrementing column? Heres my pseudocode/sql attempt

How do you make an auto-incrementing ID for a record

c.execute('''CREATE TABLE <tableName>
(
<columnName> <aut incrementing??!!>,
<columnName2> text,
<columnName3> text,
<columnName4> text
)
''')
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.