Skip to main content

Posts

Showing posts from January 16, 2018
World Nomads Logo

How do I run Delete query from MySQL?

MySQL DELETE Statement- MySQL DELETE statement is used to delete data from the MySQL table within the database. By using delete statement, we can delete records on the basis of conditions. Syntax: DELETE FROM table_name WHERE (Condition specified); Example: DELETE FROM cus_tbl WHERE cus_id = 6; Subscribe channel on YouTube:- https://www.youtube.com/c/ipctrd/videos Read this post on Blogger:- http://ipctrd.blogspot.in/ Like page on Facebook:- https://www.facebook.com/ipctrd/ Tweet about video on twitter:- https://twitter.com/ipctrd See you at Instagram :- https://www.instagram.com/ipctrd/ Google+ :- https://plus.google.com/u/0/101013097390807587448

What are the Advantages of Django?

1. Object-Relational Mapping (ORM) Support: Django provides a bridge between the data model and the database engine, and supports a large set of database systems including MySQL, Oracle, Postgres, etc. Django also supports NoSQL database through Django-nonrel fork. For now, the only NoSQL databases supported are MongoDB and google app engine. 2. Multilingual Support : Django supports multilingual websites through its built-in internationalization system. So you can develop your website, which would support multiple languages. 3. Framework Support : Django has built-in support for Ajax, RSS, Caching and various other frameworks. 4. Administration GUI : Django provides a nice ready-to-use user interface for administrative activities. 5. Development Environment : Django comes with a lightweight web server to facilitate end-to-end application development and testing. Travel insurance: simple & flexible You can buy and claim online , even after you've left home. Trav...

Contact Us

Name

Email *

Message *