Web
Analytics
| Angular | ASP.NET Tutorials

For Consultation : +91 9887575540

Stay Connected :

insert python variable values in database table

insert python variable values in database table

How to insert data in Table using Python 1.? Placeholder 2.Using python tuple and keyname placeholder import sqlite3 db = sqlite3.connect('ganesha.db') id1 = 1 name1= 'yogesh' id2 = 2 name = 'vikas' cursor = db.cursor() # ? Placeholder # cursor.execute('insert into...

apache pig language introduction

apache pig language introduction

PIG Introduction Big is an Apache open source project pig works on MapReduce and hdfs and the script that we will read write to perform data analysis is called pig Latin. PIG is capable to read data from local file system and hdfs and able to write output data on hdfs...

hive udf example

hive udf example

Hive functions Command : SHOW FUNCTIONS  (to see all  in-built functions) To show Complete details of in-built function. Descibe function concat Calling Functions: Select  concat(fname,lname) as fullname from emp Functions Types 1. Standard Functions : round(),...