What is sql catalog?



What is sql catalog?..

Answer / Ashok Kumar Meeena

A SQL catalog is a database system's central repository of metadata, which stores information about other databases, tables, views, stored procedures, and other database objects. It serves as a directory for these objects.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

How much ram can sql express use?

1 Answers  


i want count no of values in a column i.e enam eempno phoneno x 1 (98765,09887,096561,87964579,156678,678900876) that means if i select phone no from table i want to get total count of phone numbers i.e 6

8 Answers   Satyam,


what is index? : Sql dba

1 Answers  


What is a unique key and primary key and foreign key?

1 Answers  


What is rank function in sql?

1 Answers  


What is the difference between delete and truncate statement in sql?

1 Answers  


what is the different between now() and current_date()? : Sql dba

1 Answers  


What is scalar function in sql?

1 Answers  


how will i became good database developer?

1 Answers  


Why you are not able to create a table using select command,if it is having a LONG column? for eg:create table test as select * from test1 here test1 containg a column having LONG datatype...

1 Answers  


what is a unique key ? : Sql dba

1 Answers  


how to convert character strings to dates? : Sql dba

1 Answers  


Categories