For what purpose sqlite3 is used ?
1.Front end
2.Back end
3.CLI
4.GUI
Answer:2
Posted Date:-2019-06-05 08:20:51
1.local
2.Global
3.Server
4.None of the above
Answer 11.To close the query
2.To close the table
3.To close the database
4.None of the above
Answer 31.To connect the database
2.To open the database
3.To create a database
4.All of the above
Answer 41.import sqlite3
2.import sqlite3 as s
3.from sqlite3 import *
4.All of the above
Answer 41.sqlite3.execute.query
2.sqlite3.execute(query)
3.sqlite.run.execute(query)
4.None of the above
Answer 21.fetch()
2.rawquery()
3.executequery()
4.execute()
Answer 41.Front end
2.Back end
3.CLI
4.GUI
Answer 21.sqlite.function()
2.function()
3.sq.function()
4.None of the above
Answer 31.Database
2.GUI
3.CLI
4.Connectivity
Answer 11.open()
2.connect()
3.database()
4.All of the above
Answer 21.It is used to fetch the row from the table
2.It is used to execute the select query in the table
3.It is undefined function in python sqlite3
4.1 and 2
Answer 31.It return all rows data
2.It return number of rows in table
3.It return number of columns in table
4.It will give an error
Answer 21.fetch
2.select
3.raw
4.All of the above
Answer 21.install sqlite3
2.pip install sqlite3
3.pip sqlite3 install python
4.None of the above
Answer 21.exit()
2.def()
3.disconnect()
4.close()
Answer 41.execute()
2.query()
3.executequery()
4.run()
Answer 11.sqlite.connect()
2.sqlite.connect.database
3.sqlite.connect(database)
4.None of the above
Answer 31.import sqlite3 as s
2.import sqlite3 as p
3.import sqlite3 as sq
4.None of the above
Answer 41.connect()
2.close()
3.execute()
4.raw()
Answer 41.sqlite3
2.MySql
3.infomix
4.All of the above
Answer 4