What is structural independence and why is it important?
Answer / Chhavi Singh
Structural Independence in SQL refers to the ability of a table or database to be understood without referring to other tables. It means that each table should have all the necessary information for its own integrity, and any foreign keys referencing other tables should have defined relationships. Structural Independence is important because it helps ensure data consistency and makes the database easier to understand, manage, and maintain.
| Is This Answer Correct ? | 0 Yes | 0 No |
Practice 1: Changes to data will only be allowed on tables during normal office hours of 8.45 in the morning until 5.30 in the afternoon, MONDAY through FRIDAY. A. Create a procedure called SECURE_DML that prevents the DML statement from executing outside of normal office hours, returning the message: “you may only make changes during normal office hours” b. Create a statement trigger on the PRODUCT table which calls the above procedure. c. Test it by inserting a new record in the PRODUCT table.
Can we use ddl commands in pl sql?
Can we insert in sql function?
what are string data types? : Sql dba
Define implicit and explicit cursors.
What do you mean by “trigger” in sql?
explain commit and rollback in mysql : sql dba
explain the advantages and disadvantages of stored procedure? : Sql dba
I need to write a simple query,which one is better select statement or stored procedure?and why?
What is sql constant?
How do you declare a user-defined exception?
what are the differences among these table level lock modes - IN SHARE MODE, IN SHARE UPDATE MODE, IN EXCLUSIVE MODE ?
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)