Database application in Python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Database application in Python

hello everyone, i had created a table in database with Python and it has 4 columns. so, i want to take 3 column inputs from user and according to these records i want to give the last column data. how can i do that. could you pls help me. i am so happy allready with your help

22nd Mar 2020, 5:13 PM
Berk Örsel
Berk Örsel - avatar
4 Answers
+ 1
//I am confused you want to insert data into last column or in all columns , please can you elaborate more
22nd Mar 2020, 5:52 PM
Sudarshan Rai
Sudarshan Rai - avatar
0
i want to take 3 column inputs and according to these variables i want to give an output from database
22nd Mar 2020, 6:07 PM
Berk Örsel
Berk Örsel - avatar
0
SELECT * DB where name = $inputName you can use this statement https://www.sololearn.com/learn/SQL/1856/
22nd Mar 2020, 6:08 PM
Sudarshan Rai
Sudarshan Rai - avatar
0
thank you so much mr.Rai :) i will try with your guidance. hope healthy days
22nd Mar 2020, 6:14 PM
Berk Örsel
Berk Örsel - avatar