Tuesday, 7 September 2021

sql table

 truncate delte table with complete increment id also
delete only remove recordes 


https://www.awesomescreenshot.com/video/5180269?key=aa5bb748d1fe2760bcce0c3c22f177a6

postman data

No comments:

Post a Comment

remove duplicates in an sorted array

  using System; public class HelloWorld {          public static void Main(string[] args)     {         int[] ar={2,2,3,3,4,6,6};          C...