What is pragma in sql?



What is pragma in sql?..

Answer / 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

More SQL PLSQL Interview Questions

How many types of triggers exist in pl/sql?

1 Answers  


What's the difference between a primary key and a clustered index?

1 Answers  


What is trigger explain it?

1 Answers  


What is difference between inner join and self join?

1 Answers  


What is trigger types in sql?

1 Answers  


How do I trace sql profiler?

1 Answers  


What is not equal in sql?

1 Answers  


What is the difference between the repeatable read and serializable isolation levels? : Transact sql

1 Answers  


Explain what is sql*plus?

1 Answers  


Which is faster truncate or drop?

1 Answers  


What is rownum in sql?

1 Answers  


How do you create a db file?

1 Answers  


Categories