sql
Learnomate Technologies > sql
Difference between delete and truncate in oracle database ?- SQL Interview question
11
Jun
In my previous blog , I have written about the future of oracle dbs jobs. If you are going for sql or oracle interview then most of the interviewer expect that you should know the difference between delete and truncate in oracle database. let’s see the difference between delete and truncate statement in oracle database. […]
Querying on CSV file using Spark SQL
06
Jun
Apache Spark SQL is a Spark module to simplify working with structured data using DataFrame and DataSet abstractions in Python, Java, and Scala. These abstractions are the distributed collection of data organized into named columns. It provides a good optimization technique. Using Spark SQL we can query data, both from inside a Spark program and […]