What is information schema in sql?
Answer / Vivek Vikas Rai
The INFORMATION_SCHEMA is a virtual catalog view provided by SQL to enable portable SQL applications. It provides a common, standardized way of accessing metadata about the database objects and their relationships across different databases.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is character functions?
Please let me know if UNION ALL and Natural Join does the same operation and are same...
What is difference between cursor and ref cursor?
find the third highest salary?
Can you have multiple SPs with the same name on a database?
What are the two types of exceptions.
How to Declare Fixed Length String Value In PL SQL
how many sql ddl commands are supported by 'mysql'? : Sql dba
How many triggers can be implemented for a table?
Why do you partition data?
How are multiple column = value pairs delimited in the SET clause of an UPDATE statement? 1. With commas (SET price = 0, status = 'I') 2. With parentheses (SET (price = 0) (status = 'I')) 3. With double-pipes (SET price = 0 || status = 'I') 4. With square-brackets (SET [price = 0] [status = 'I'] 5. With single or multiple spaces (SET price = 0 status = 'I')
What is dba in sql? : SQL DBA
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)