About the Backend Development subforum

Discuss Linux, SQL, Git, Node.js / Django, Docker, NGINX, and any sort of database / server tools

11 Likes

Who else is trying to learn django for the first time?? :raised_hand_with_fingers_splayed:

1 Like

All excellent technologies and tools to work on in server side back-end. Version control in Git is must-skill. Linux is open source UNIX based Operating System and I am running Debian 10 (Buster) with Apache as my HTTPS web and media server. I am learning JavaScript based PERN and MERN stack and Python based Django stack. Happy to share my knowledge and skills in Linux, Apache, MySQL, PHP (LAMP) and SQL in general. Thanks! :grinning:

@QuincyLarson pls sir how can i see the ask for help button to start asking the community members on the bugs am coming across. thanks alot sir

CREATE TABLE employee(
emp_id INT PRIMARY KEY,
first_name VARCHAR(40),
last_name VARCHAR(40),
birth_day DATE,
salary INT,
super_id INT,
branch_id INT

);

Error: Table ‘employee’ already exists

Error Code: ER_TABLE_EXISTS_ERROR

pls why is it that when ever i click on the above table it gives me

Error: Table ‘employee’ already exists

Error Code: ER_TABLE_EXISTS_ERROR