I am new to spark and going through the data frame operations.
As per given in documentation of Apache Spark registerTempTable and createTempView looks similar a lot.
Can anyone tell what exactly is the difference between the registerTempTable and createTempView?
Thanks
