What does sqlite3 /home/labex/project/employees.db do?
sqlite3 /home/labex/project/employees.db
It opens the specified SQLite database in the interactive sqlite3 shell.
sqlite3
It deletes the database after connecting.
It starts a network database server on a default port.
It prints the binary database file as plain text.