You have a DataSet object named ordersDataSet. This object contains two DataTable objects named Orders and OrderDetails. Both Orders and OrderDetails contain a column named OrderlD.You create a DataRelation object named orderRelation between Orders and OrderDetails on OrderlD. Order is the parent table. OrderDetails is the child table.You add orderRelation to the ordersDataSet relation collection by using the following of code:ordersDataSet.Relations.Add(orderRelation)You verify that prior to adding orderRelation, there were no constraints on either table You then run the line of code.How many constraints does each table have now?
SQL Error: select id,body,options from ***_enewstiku where sourceid='30127' and id < 2437985 and id<>'2437985' order by id desc limit 5 SQL Error: select id,body,options from ***_enewstiku where sourceid='30127' and id > 2437985 and id<>'2437985' order by id asc limit 5