adspace


What is pragma in sql?

Answer Posted / Neetu Rani

Pragma is a keyword used in SQLite, not in standard SQL. It is used to set various properties and directives for the database or for individual tables within the database. For example, the PRAGMA command can be used to enable or disable features such as foreign key constraints, journaling, and auto-vacuum.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we use distinct and group by together?

1133


how to start mysql server? : Sql dba

1267


what is bcp? When does it used? : Sql dba

1056


what are all the common sql function? : Sql dba

1131


Is primary key always clustered index?

1095


Is primary key clustered index?

1019


what is sql server agent? : Sql dba

1182


define sql insert statement ? : Sql dba

1098


how to escape special characters in sql statements? : Sql dba

1114


Does group by remove duplicates?

1112


what are the advantages of sql ? : Sql dba

1142


Is inner join faster than left join?

1277


What is your daily office routine?

2346


What is the current version of sql?

1094


Do we need to rebuild index after truncate?

1138