COMMENT

Syntax: 

COMMENT ON TABLE | VIEW table-or-view-name IS ' text '
	

This command attaches a comment text to a database table or view. The comment can be retrieved using the

PRAGMA comment(table-or-view-name)

command.