Python Basics Tutorial Sqlite Working With Two Tables

preview_player
Показать описание
Learn how to query two sqlite tables for python programming

twitter: @python_basics

#pythonprogramming #pythonbasics #pythonforever
Рекомендации по теме
Комментарии
Автор

Sir I want to check on the basis of a value like
There is two tables one for opening files with the name of file and path to file
And the other for opening website with name of website and URL to website
And the value to check the name is same like query if the user enters the name of file in query then it will go to open file table and print the path and if the user enters name of website then it will check in the open website table and print the URL of the website

shuvadipghosh