adspace
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
Can we use distinct and group by together?
how to start mysql server? : Sql dba
what is bcp? When does it used? : Sql dba
what are all the common sql function? : Sql dba
Is primary key always clustered index?
Is primary key clustered index?
what is sql server agent? : Sql dba
define sql insert statement ? : Sql dba
how to escape special characters in sql statements? : Sql dba
Does group by remove duplicates?
what are the advantages of sql ? : Sql dba
Is inner join faster than left join?
What is your daily office routine?
What is the current version of sql?
Do we need to rebuild index after truncate?