Question : IBM BigSheets is a revolutionary browser-based analytics tool that enables business users to extend the scope of their intelligence data through the web in a timely manner.
1. True 2. False
Correct Answer : 1 Explanation: IBM BigSheets is a revolutionary browser-based analytics tool that enables business users to extend the scope of their intelligence data through the web in a timely manner. It is a UI developed specifically for business intelligence and non-technical business users to facilitate data gathering and analysis. BigSheets the ability to gather data in structured form (databases, etc.) and un-structured form (web sites, documents, etc.). By allowing the combination of these two data sources, BigSheets allows business users ID opportunities and risks "hidden in the data" BigSheets enables a quick return for the investment: it has been designed to be used by line of business professionals to rapidly gather insights and analysis from enormous amounts of data...and to be able to act on those insights in a timely manner. No need to understand database schemas, no need to understand a query language. BigSheets does the hard work "behind the scenes" allowing business decision makers the opportunity to concentrate on generating business value.
Question : Big SQL supports querying data, but does not support SQL UPDATE or DELETE statements. INSERT statements 1. True 2. False
Correct Answer : 1 Explanation: In such situations and others, Big SQL can play an important role. However, it's inappropriate to think of Big SQL as a replacement for relational DBMS technology. Big SQL was designed to complement and leverage the Hadoop-based infrastructure in BigInsights. Certain features common to relational DBMS systems aren't present in Big SQL, and certain Big SQL features aren't present in most relational DBMS systems. For example, Big SQL supports querying data, but does not support SQL UPDATE or DELETE statements. INSERT statements are supported only for HBase tables. Big SQL tables may contain columns of complex data types such as struct and array, rather than simply "flat" rows.
Question : Which of the following statements are correct? 1. BIG SQL is ANSI 2011 Compliant