What languages bi uses to achieve the goal?
Answer / Aniruddh Dev Singh
I'm not entirely sure about your question. If you are referring to Business Intelligence (BI), it typically involves several languages such as SQL (Structured Query Language), MDX (Multidimensional Expressions), and DAX (Data Analysis Expressions) for querying data, along with scripting languages like Python or R for advanced analysis.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are diverse clauses that form a part of sql?
Suppose you want to implement the one-to-many relationships while designing tables. How would you do it?
How to integrate the ssrs reports in application?
Advantages and disadvantages of stored procedures.
CREATE TABLE [dbo].[HPMS_CompetencyTypes](CompetencyType varchar(50) ) go create trigger hpms_create_Insert on HPMS_CompetencyTypes for insert as if Exists ( select * from [HPMS_CompetencyTypes] where CompetencyType=(select * from [HPMS_CompetencyTypes])) begin Rollback tran Raiserror ('duplicate value',12,6) go insert HPMS_CompetencyTypes (CompetencyType) values ('new') I'm new to trigger can any one tell me where is the issue. Please.
how you can get the list of largest tables in a database? : Sql server administration
What is cursor ? And what is difference between Trigger ?
Explain what is row_number function?
Normalization and denormalization
What is update locks?
What is the syntax to execute the sys.dm_db_missing_index_details? : sql server database administration
What is the difference between insensitive and scroll cursor?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)