Consider the graph given below. State all the simple paths from A to D, B to D, and C to D. Also, find out the in-degree and out-degree of each node. Is there any source or sink in the graph?
Home/Computer Science/Page 105
SIKSHAPATH Latest Questions
Write a program to convert the expression “a+b” into “+ab”.
Berlin
Asked: October 20, 2021In: DBMS
Write a program in PL/SQL to FETCH multiple records and more than one columns from the same table.
practice503
Asked: October 20, 2021In: DBMS
Why ‘Data Redundancy’ is higher in 1st Normal Form than other normal forms? Explain with example.
practice503
Asked: October 20, 2021In: DBMS
Given relation R (A,B,C,D) and the following FD’s. Identify the candidate key for R and highest normal form C->D, C->A, B->C
practice503
Asked: October 20, 2021In: DBMS
Write a program in PL/SQL to find the number of rows effected by the use of SQL%ROWCOUNT attributes of an implicit cursor.